Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • to make passenger restart: touch /pub/www/compendium-acc/tmp/restart.txt
  • RAILS_ENV=acceptance rails c to start console in acceptance environment
  • Reset db on acceptance (shouldnt ever have to do this)
  • compendium@molotov:/pub/www/compendium-acc$ service apache2 stop (as root)
  • RAILS_ENV=acceptance rake db:migrate:reset:mgirate db:seed (as compendium user)