Paperoo aims at providing an online discussion service for academic researchers.
- Ruby 1.9.2
- At least one available database, MySQL / SQLite / PostgreSQL / etc...
- RVM is recommended to manage multiple ruby environments
- Install required ruby gems
$ bundle install
-
Copy config/database.yml.example to config/database.yml, and edit the file as you need
-
Setup database
$ rake db:setup
- Load conference data into database
$ rake db:data:load
We use capistrano for remote deployment. See config/deploy.rb for more configurations if you want to deploy on your own server.