Hi!
ILIAS 6 doesn’t work with Composer 1.10.x. It works with 1.9.3. (Unfortunatelly I haven’t noted down where I got this information from, and I just can’t find it again with Google.)
So, try:
`sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=1.9.3`
Check the version by running `composer` (with no arguments)
In your ILIAS webroot then run `composer install --no-dev`
(Unfortunately, the official installation guide for ILIAS 6 is inconsistent; it still lists package installs for Ubuntu 14.04 or 16.04 which are too old to run ILIAS 6 on; I’m planning to provide my tested steps for a full install of ILIAS 6 on Ubuntu 20.04 to the community; to solve this Composer thing alone took me days!)
Greetings!
ILIAS 6 doesn’t work with Composer 1.10.x. It works with 1.9.3. (Unfortunatelly I haven’t noted down where I got this information from, and I just can’t find it again with Google.)
So, try:
`sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=1.9.3`
Check the version by running `composer` (with no arguments)
In your ILIAS webroot then run `composer install --no-dev`
(Unfortunately, the official installation guide for ILIAS 6 is inconsistent; it still lists package installs for Ubuntu 14.04 or 16.04 which are too old to run ILIAS 6 on; I’m planning to provide my tested steps for a full install of ILIAS 6 on Ubuntu 20.04 to the community; to solve this Composer thing alone took me days!)
Greetings!