Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
python job.py --action EXECUTE --job migrate_to_1.1.9 --env SF_PROD

Deploy

...

 App To Web (SF)

Log into SF PROD WEB and deploy the application as shown here. 
In this release we use new deploy code so the steps are slightly different. 
You should notice that command line interface has been simplified.

Code Block
cd /var/www/html
svn export http://eas.googlecode.com/svn/trunk/web/bin/deploy_eas_init.sh ./deploy_eas_init.sh
sudo ./deploy_eas_init.sh

...