Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.43 KB

#README

Build Status Test Coverage Code Climate Security

Requirements

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.

Installing

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-example.yml config/database.yml
-- (Config your database parameter on database.yml (if needed))
cp config/secrets-example.yml config/secrets.yml
rake db:create
rake db:migrate

To run the tests, just run rspec spec on your console.

Contributing

Please, check Contributing