Open Source · TechIt

Deploying your Rails 3 app to Heroku from Debian GNU/Linux

Deploying apps to Heroku is as simple as git push heroku master But you need a little bit of setup first. If you haven’t got git, install it with apt-get install git-core You will also need the Heroku gem gem install heroku Then set up your app, adding the files to the git repository