Sunday, March 8, 2009

Chapter 39: Heroku Blogs

  1. Install the Heroku gem file: gem install heroku
  2. Upload your public key: heroku keys:add Enter your Heroku credentials. Email: Password: ********
  3. Uploading ssh public key C:\Users\jasnow/.ssh/id_rsa.pub
    Enter your Heroku credentials.
    Email: jasnow@hotmail.com
    Password:
    Uploading ssh public key C:\Users\jasnow/.ssh/id_rsa.pub
  4. Set up your app to use Git (if you aren't already using it): $ cd myapp $ git init $ git add . $ git commit -m "first commit".
  5. Create an app: $ heroku create --remote Created http://sharp-autumn-42.com/ | git@adam.herokudev.com:sharp-autumn-42.git Git remote heroku added

No comments:

Post a Comment