Skip to content

GladiumLab/boston.gov-d8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boston.gov-d8

Creates a drupal 8 container, mysql container and node container, and connects them all up.

  1. Ensure you have docker installed on your host computer Installation.
  2. Ensure you have Lando installed on your host computer git repo and Install Instructions
  3. Clone this repo into a local folder git clone git@github.com:CityOfBoston/boston.gov-d8.git
  4. On host computer, change directory to the repo root and run lando to create and start containers:
    lando start
  5. From repo root (on host) -view lando commands lando
  6. From repo root (on host) -view phing tasks lando phing -l
  7. From repo root (on host) -run drush commands lando drush <command>
  8. From repo root (on host) -ssh into container
  • lando ssh to ssh and login as www-data
  • lando ssh -user=root to ssh and login as root.
  • lando ssh <servicename> servicename = appserver / database / node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published