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 ssh
to ssh and login aswww-data
lando ssh -user=root
to ssh and login as root.lando ssh <servicename>
servicename = appserver / database / node