Create A Heroku Account
Step 1: Visit the Heroku web site
http://heroku.com
Step 2: Create an account
Step 3: Activate your account
Step 4: Install the Heroku toolbelt
Verify
Type this in the terminal:heroku versionExpected result:2.26.7 or higher
Step 5: Add your SSH key to your Heroku account
Type this in the terminal:heroku keys:add
Next Step:
Go on to Create And Deploy A Rails App
Back to Create An SSH Key