Acquia Environment setup checklist
When and if a new environment is setup on Acquia for CoB, the following steps should be followed:
Last updated
Was this helpful?
When and if a new environment is setup on Acquia for CoB, the following steps should be followed:
Last updated
Was this helpful?
Was this helpful?
...
if (in_array($siteEnv, ["test", "ci", "uat"])) {
$settings['file_public_path'] = 'sites/default/files/linked';
...if (in_array($siteEnv, ["test", "ci", "uat", "envname"])) {envname:
root: /var/www/html/bostond8.envname/docroot
ac-site: bostond8
ac-env: envname
ac-realm: prod
uri: d8-envname.boston.gov
host: bostond8envname.ssh.prod.acquia-sites.com
user: bostond8.envname
envname.livedev:
parent: "@bostond8.envname"
root: "/mnt/gfs/bostond8.envname/livedev/docroot"
paths:
drush-script: drush9RewriteCond %{HTTP_HOST}... dev|stg|ci|ra|uat ...RewriteCond %{HTTP_HOST}... dev|stg|ci|ra|uat|envname ...