Changes between Version 20 and Version 21 of ReleaseChecklist
- Timestamp:
- 10/22/09 16:59:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseChecklist
v20 v21 10 10 #: cd /var/www[[BR]] 11 11 #: svn co http://fullturn.svnrepository.com/svn/hgmain/branches/hg_release_betaY [[BR]] 12 4. Checkout the new branch to Static servers (e.g. static.healthguru.com)[[BR]] 13 #: cd /var/www/static_hgplatform[[BR]] 14 #: svn co http://fullturn.svnrepository.com/svn/hgmain/branches/hg_release_betaY/document_root document_root_betaY[[BR]] 15 #: emacs /etc/nginx/sites-available/default (update the document_rootY path)[[BR]] 16 5.Make sure all the tables and fields match[[BR]] 12 4.Make sure all the tables and fields match[[BR]] 17 13 phpMyAdmin for Dev Server is at wallaby.healthgurumedia.com[[BR]] 18 14 phpMyAdmin for Production Server is at bilby.healthgurumedia.com[[BR]] 19 6.Update the path in hgplatform virtualhost. *[[BR]] 20 #emacs /etc/nginx/sites-available/liveservers (there are 2 places to change it) 21 7.Run install.sh (its in root folder for the release i.e. /var/www/hg_release_betaY). *[[BR]] 22 #: ./install.sh (if it doesnt work make it executable by : chmod a+x install.sh) 15 6.Run install.php (its in root folder for the release i.e. /var/www/hg_release_betaY). *[[BR]] 16 #: php install.php (if it doesnt work make it executable by : chmod a+x install.php) 23 17 8.Check config and restart nginx server *[[BR]] 24 18 #: nginx -c /etc/nginx/nginx.conf -t [[BR]] … … 35 29 #: rm -rf squid.old[[BR]] 36 30 10.Make sure everything is working[[BR]] 37 11.Update the cache files, RSSCache and BuildSearch using HealthGuru Admin back office tools. *[[BR]]38 31 [[BR]] 39 32 '''For Items with a * be sure to perform the step on all web servers (Currently Wombat and Kangaroo).''' 40 33 [[BR]] 41 34 Version 1.1 [[BR]] 42 Last Update: 6/10/200935 Last Update: 10/22/2009