1.7.5.0-FOX Predeployment config

QA

1. Download the ga_measurements.yml file from - https://repos.exphosted.com/svnrepos/crossbow/branches/1.7.5.0-FOX/config/ga_measurements.yml to /deploy/crossbow/shared/config/

2. Create a Google analytics tracking Id for qa01.learnexa.com and update it in ga_measurements.yml under the staging environment.

3. Deploy script Change -

Add this line to the symlinks tasks in /home/expprodl/crossbow/deploy.rb file run “ln -nfs #{shared_path}/config/ga_measurements.yml {release_path}/config/ga_measurements.yml”

Production

1. Download the ga_measurements.yml file from - https://repos.exphosted.com/svnrepos/crossbow/branches/1.7.5.0-FOX/config/ga_measurements.yml to /deploy/crossbow/shared/config/

2. Create a Google analytics tracking Id for qa01.learnexa.com and update it in ga_measurements.yml under the production environment.

3. Deploy script Change -

Add this line to the symlinks tasks in /home/expprodl/crossbow/deploy.rb file run “ln -nfs #{shared_path}/config/ga_measurements.yml {release_path}/config/ga_measurements.yml”