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 startThis site uses composer and will require the following command to download assets.
$ lando composer installA copy of the Database is provided as a starting point.
Run the following to import the DB:
$ lando db-import database-file.sql.gzThis 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 -yThe Drupal login is admin/admin