################################################### ## Whatsstirring Software Release Process ## ## Initial version 1.0 by JB 3/4/09 ## ################################################### ## Step 1 - export cvs a) cd ~/www b) rm -rf drink/ c) cvs export -DNOW drink ## Step 2 - Modify files a) Uncomment "Allow from all" and "Satisfy any" in ./.htaccess b) Set $DEBUG = 1 to $DEBUG = 0. egrep -ri '\$DEBUG += +1' ./ from ./ to find instances. c) change to production database: vi lib/dbaccess.pm comment out $dsn "sloshedb_drinktest" and uncomment "sloshedb_drink" ## Step 3 - Maintenance tasks have you run sitemap.pl? have you run create_dict.pl? ## Step 4 - copy export into /whatsstirring/ cd ~/www/drink cp -rf * ../whatsstirring/