Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 765 Bytes

README.textile

File metadata and controls

21 lines (13 loc) · 765 Bytes

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

Maintainers

How to collaborate

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