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 shell:heroku versionApproximate expected result:heroku-toolbelt/3.30.6 (x86_64-darwin10.8.0) ruby/1.9.3 heroku/7.6.0 darwin-x64 node-v10.6.0 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 shell:heroku keys:add
Optional Step: Create a GitHub account
Next Step:
Go on to Create A Rails App