Creates a drupal 8 container, mysql container and node container, and connects them all up.
- Ensure you have docker installed on your host computer Installation.
- Ensure you have Lando installed on your host computer git repo and Install Instructions
- Clone this repo into a local folder
git clone git@github.com:CityOfBoston/boston.gov-d8.git - On host computer, change directory to the repo root and run lando to create and start containers:
lando start - From repo root (on host) -view lando commands
lando - From repo root (on host) -view phing tasks
lando phing -l - From repo root (on host) -run drush commands
lando drush <command> - From repo root (on host) -ssh into container
lando sshto ssh and login aswww-datalando ssh -user=rootto ssh and login as root.lando ssh <servicename>servicename = appserver / database / node