/PalpiteCerto

Aplicação que armazena os palpites dos jogos do Brasil na Copa de 2010

Primary LanguageRuby

#PalpiteCerto

How to setup application

You can run the this application running the following commands:

  $ git clone git://github.com/FabricioFFC/PalpiteCerto.git && mv PalpiteCerto palpitecerto && cd palpitecerto
  $ gem install sinatra twitter haml pg
  $ ruby database.rb
  $ ruby palpitecerto.rb

Don’t forget to configure the connection with your database (originally with Postgres), that can be done editing database.rb and palpite.rb files.

How to collaborate

If you would collaborate, you can create a fork, apply the modification and submit a pull request :)