-
Checkout project repo and confirm the path is in Docker's file sharing config (https://docs.docker.com/docker-for-mac/#file-sharing):
git clone https://projects.govcms.gov.au/dof/agency.git govcms-agency && cd $_
-
Make sure you don't have anything running on port 80 on the host machine (like a web server):
pygmy up
-
Build and start the containers:
ahoy up
-
Install GovCMS:
ahoy install
-
Login to Drupal:
ahoy login
Additional commands are listed in .ahoy.yml
.
Once this repo is ready for production release, the following actions needs to be taken:
- Replace
govcmsdev
withgovcms
in all files - Remove
DEPLOY_ANY_BRANCH
environment variable from CircleCI UI - Remove this block