coldhawaiian / ruby-sample

A copy of Heroku's default sample app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-sample

This is a barebones Ruby app using the Sinatra framework.

Running Locally

Asumming you have Ruby, Bundler and Heroku Toolbelt installed on your machine:

git clone git@github.com:heroku/ruby-sample.git # or clone your own fork
cd ruby-sample
bundle
foreman start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

A copy of Heroku's default sample app.


Languages

Language:Ruby 100.0%