Skip to content

FBDV/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-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

About

Call4papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • CSS 21.6%
  • Ruby 11.0%
  • HTML 3.6%