Skip to content

zellux/paperoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The missing collaborative paper discussing tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published