Hey guys, Following this post on errtheblog.com, I added a stub cheat page for Heroku. Please edit and contribute as you see fit.
% sudo gem install cheat % cheat heroku heroku: Heroku - heroku.com Still in private beta. Signup http://heroku.com/beta or get an invite from someone. Once you have an account, and assuming you have a working Git install and a valid ssh keypair, you can do: % sudo gem install heroku % heroku list # enter your heroku account's username and password % heroku upload_authkey Now, let's create a new app: % heroku create testapp Browse to: testapp.heroku.com and you should see the default start page You can edit the code through the online editor if you wish. If not, create a local working environment % heroku clone testapp Make your changes, commit them, then do: % git push The app will restart and automatically deploy your changes. Pretty sweet, if you ask me. -- Thanks! -Aaron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
