Skip to content

Project installation instructions out of date #4

@mttsmmrssprks

Description

@mttsmmrssprks

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions