Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 738 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 738 Bytes

Paperoo aims at providing an online discussion service for academic researchers.

Prerequisitions

  • Ruby 1.9.2
  • At least one available database, MySQL / SQLite / PostgreSQL / etc...
  • RVM is recommended to manage multiple ruby environments

Installation

  • 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

Deployment

We use capistrano for remote deployment. See config/deploy.rb for more configurations if you want to deploy on your own server.