You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

  • 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)
    service apache2 stop (as root)
    RAILS_ENV=acceptance rake db:migrate:resetdb:seed (as compendium user)
    service apache2 start (as root)

molotov.terena.org

acceptance and integration

 

import legacy compendia

 

  • Parse HTML pages. Visit a legacy compendium, go to all the sections and click on edit and save the file to /lib/legacy/<year>/file.html
  • rake legacy:convert:questions_2010
  • rake legacy:answers_2010
  • No labels