#README
This app was built using ruby 2.2.x and Postgresql. This app is currently built with portuguese texts. This may be updated in the future.
After cloning this app, run the following commands:
If you use RVM, make sure you have ruby 2.2.x installed. If so, when in the app folder, run (change .x for the minor version of your ruby. I.E.: 2.2.0)
rvm rvmrc create ruby-2.2.x@call4papersapp --ruby-version
rvm use ruby-2.2.x@call4papersapp
bundle install
cp config/database.yml.example config/database.yml
-- (Config your database parameter on database.yml (if needed))
cp config/secrets.yml.example config/secrets.yml
rake db:create
rake db:migrate
To run the tests, just run rspec spec
on your console.
Please, check Contributing