Boston Python Workshop/Friday handout/Windows: Difference between revisions

imported>Paulproteus
Line 92:
* [[Output of ssh-keygen command]]
* Your brand-new public key is now stored at <code>~/.ssh/id_rsa.pub</code>.
 
== Create a Heroku Account ==
* http://heroku.com -&gt; Sign Up -&gt; enter email address (use the same email as you did with git and the ssh public key).
* Heroku will send you an activation email. Open it and click on the activation link. It will take you to the Heroku site. Enter and confirm your password. Hit Save.
 
* '''If you have further heroku issues, try following [http://support.heroku.com/forums/43117/entries/32505 these directions] to install (or re-install) the client.'''
 
* You have already installed the heroku gems in the 'Bundle o Gems' step.
 
== Verify you can create a new Rails app ==
Anonymous user