rodrigotassinari / bolao2014

Bolão PiTTlândia Copa do Mundo 2014

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bolao2014

The "bolão" software powering Bolão PiTTlândia Copa do Mundo 2014

Build Status Code Climate Test Coverage

Running on development

You will need:

  • Ruby 2.1+
  • PostgreSQL 9.3+
  • Redis 2.8+

Clone the repo and setup .env with values for your environment (use .env.example as a starting point, changing the values where needed).

Next run the standard Rails app setup:

$ bundle install
$ bin/rake db:setup

To start the app, run:

$ bin/foreman start

Testing

Simply run:

$ bin/rake spec

Contributing

Read TODO.md to see what needs to be done still if you would like to contribute. Then fork this repo, make your changes on your fork in a topic branch and submit a pull request against this repo's master branch.

Please write all code, comments, tests and commit messages in english. Use 2 spaces to indent code and follow idiomatic Ruby as close as possible. No CoffeeScript, please.

About

Bolão PiTTlândia Copa do Mundo 2014

License:MIT License


Languages

Language:Ruby 89.0%Language:CSS 10.2%Language:JavaScript 0.8%