Installing the Heroku Toolbelt


Step 1

Install the Heroku Toolbelt by visiting https://toolbelt.heroku.com and clicking the download link.

Step 2

Add your SSH key to Heroku. In your command prompt with ruby and rails type:

heroku keys:add

Answer Y to "Would you like to upload it to Heroku? [Yn]"



Congratulations, you've successfully set up your local environment!