NOTE: ubuntu1204 in use here
- issue 41
- make sure
config/settings.ymlis copied to the new codebase
gem install passenger
### things needed for passenger
sudo apt-get install libcurl4-openssl-dev apache2-prefork-dev libapr1-dev libaprutil1-dev
passenger-install-apache2-module
sudo apt-get install mysql-server
edit database.yml to set the mysql password there
rake db:create RAILS_ENV=production
mysql -uroot -pMYPASSWORD onestep_production<onestep_production.sql
need to cp public/uploads