GiveALink Production

How To Update Rails How To Set Up Production Server How To Re-start The Production Server hpricot recaptcha
http://smithers.cs.indiana.edu/givealink/public/index.hmtl This is an svn working copy from the subversion directory at /u/givalink/svn-repos/givealink We put it there by logging in to smithers, cd /l/cnets/www/ and doing this: svn checkout svn+ssh://givalink@smithers.cs.indiana.edu/u/givalink/svn-repos/givealink/givealink To update it, log in to smithers: cd /l/cnets/www/givealink/givealink svn up
Migrate the database to the most up to date rake db:migrate RAILS_ENV=production
If running a script in production, make sure you do
  • set RAILS_ENV=production
in BASH, do
  • export RAILS_ENV=production