Skip to content

bbutler522/heroku-deploy-test

Repository files navigation

ruby-getting-started (Microsoft Windows)

A barebones Rails app, which can easily be deployed to Heroku - on Microsoft Windows.

This application support the Getting Started with Ruby on Heroku (Microsoft Windows) article - check it out.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open

Documentation

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