-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hi-
In the 'setup' section of the repo's readme.md file, the commands are out of date.
$ docker-compose up -d
$ docker-compose exec php composer install
$ docker-compose exec php ./vendor/bin/run drupal:site-install
The first command installs the site without issue.
The second command results in this:
$ docker-compose exec php composer install
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
The third command results in this:
$ docker-compose exec php ./vendor/bin/run drupal:site-install
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "./vendor/bin/run": stat ./vendor/bin/run: no such file or directory: unknown
Metadata
Metadata
Assignees
Labels
No labels