Skip to content

alagoasdevday/call4papers

Repository files navigation

#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.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.

Contributing

Please, check Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •