-
Install dependencies with composer:
$ composer install
-
Create
/web/sites/default/settings.local.php
, and add database settings. -
Install the site from config with:
$ ./vendor/bin/drush site:install --existing-config
-
Create a test user, and login:
$ ./vendor/bin/drush user:create test $ ./vendor/bin/drush user:login --name=test