Thursday, November 21, 2013

How to deploy on Heroku

Pr-requisites:

1)Heroku account.
2)Working on RoR.

1) Install Heroku using
https://toolbelt.heroku.com/

2)Login to Heroku
Command: heroku login

3)Once logged in, go to your root file of your application.

4)Add a heroku key.
Command: heroku keys:add

5)Push your code.(considering you are on branch master)
Command: git push heroku master

6)

No comments:

Post a Comment