Closed Abdulee closed 2 years ago
Hello, I can't see droptica/droopler
in your composer log, is it listed in composer.json
? If not, please run composer require droptica/droopler
.
Hello thanks very much for trying to help me but this is what happens
$ composer require droptica/droopler
Using version ^8.3 for droptica/droopler
Root package 'droptica/droopler' cannot require itself in its composer.json
and it stops
This is because you probably require droopler in its own dir. Your project should be started from https://github.com/droptica/droopler_project by running
composer create-project droptica/droopler-project <path> "^8.3.0"
Okay so I run the command you gave me
klock@debian10-uni-2:~/droopler1$ composer create-project droptica/droopler-project droopler "^8.3.0" Creating a "droptica/droopler-project" project at "./droopler" Installing droptica/droopler-project (8.3.0.0)
composer suggest
to see details.
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Generating autoload files
89 packages you are using are looking for funding.
Use the composer fund
command to find out more!
Scaffolding files for drupal/core:Now I get the following directory structure:
$ ls -al total 572 drwxr-xr-x 4 klock klock 4096 Aug 3 11:33 . drwxr-xr-x 3 klock klock 4096 Aug 3 11:30 .. -rw-r--r-- 1 klock klock 2099 Jul 6 08:28 composer.json -rw-r--r-- 1 klock klock 522558 Aug 3 11:30 composer.lock -rw-r--r-- 1 klock klock 357 Aug 3 11:30 .editorconfig -rw-r--r-- 1 klock klock 3858 Aug 3 11:30 .gitattributes -rw-r--r-- 1 klock klock 468 Jul 6 08:28 .gitignore -rw-r--r-- 1 klock klock 18046 Jul 6 08:28 LICENSE -rw-r--r-- 1 klock klock 5761 Jul 6 08:28 README.md drwxr-xr-x 58 klock klock 4096 Aug 3 11:30 vendor drwxr-xr-x 8 klock klock 4096 Aug 3 11:30 web
The readme.md says that composer install should be ran and also use some npm commands ... Should I follow those? Or just directly put the contents of the web directory to my webserver or in the profiles: Once again sorry if I am being very stupid am quite new to installing stuff via composer and stuff... Thanks for your help
Yes, you should run all npm commands too, we'll try to change it in 3.1.0
Hello, I am trying to install Droopler 3.0.0 on Druple 9. I have installed composer on Debian 10 here. I run composer install in the Droopler directory and after that I have moved the files to /profile/contrib/droopler.. Here are the logs of the composer install:
I am using nginx with all the required php modules(Normal drupal works fine) and going to the localhost I get the following error after I choose the language(English):
I am very new to Drupal so please kindly forgive me for ignorance. I will be happy to post any other further information and look forward to your help. Thanks!