Web app built in Ruby on Rails.
##Setup:
Clone Repository:
git clone https://github.com/Cardbeat/voo-nautica.git.
Install gems with bundler:
cd voo-nautica
bundle install
Install heroku:
Login to your heroku account:
heroku login
Adding remote with git :
heroku git:remote -a voo-nautica
Deploy to heroku:
git push heroku master
See more how heroku with git works at deploying with git...