- DEV: https://dev.your-site-domain.example
- STAGE: https://stage.your-site-domain.example
- PROD: https://www.your-site-domain.example
- Make sure that you have latest versions of all required software installed: Docker, Pygmy, Ahoy
- Make sure that all local web development services are shut down (Apache/Nginx, Mysql, MAMP etc).
- Checkout project repository (in one of the supported Docker directories).
- Authenticate with Acquia Cloud API
- Create your Acquia Cloud API token:
Acquia Cloud UI -> Account -> API tokens -> Create Token - Copy
.env.local.exampleto.env.local. - Populate
$VORTEX_ACQUIA_KEYand$VORTEX_ACQUIA_SECRETenvironment variables in.env.localfile with values generated in the step above.
- Create your Acquia Cloud API token:
- Authenticate with Lagoon
- Create an SSH key and add it to your account in the Lagoon Dashboard.
- Copy
.env.local.exampleto.env.local. - Update
$VORTEX_FETCH_DB_SSH_FILEenvironment variable in.env.localfile with the path to the SSH key.
ahoy fetch-db
pygmy upahoy build
This repository was created using the Vortex Drupal project template