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 CLI
Verify
Type this in the terminal:heroku versionApproximate expected result:heroku-toolbelt/3.30.6 (x86_64-darwin10.8.0) ruby/1.9.3 heroku-cli/5.6.8-9647e01 (darwin-amd64) go1.7.4 You have no installed plugins.The greyed-out text may differ and is not important.
Step 5: Add your SSH key to your Heroku account
Type this in the terminal:heroku keys:add
Optional Step: Create a GitHub account
Next Step:
Go on to Create A Rails App