Included in the project root is a Lando configuration file (.lando.yml
). The
only prerequisites are that you must have Lando and Docker installed.
Lando - 3.0.9 Docker - 2.3.0.3
From the root of the project, run:
$ lando start
This site uses composer and will require the following command to download assets.
$ lando composer install
A copy of the Database is provided as a starting point.
Run the following to import the DB:
$ lando db-import database-file.sql.gz
This site does include config and new changes will be included via config only. Meaning the included DB will not be updated.
to import the config run the following:
$ lando drush cim -y
The Drupal login is admin/admin