Skip to content

Instantly share code, notes, and snippets.

@kraih
Created June 9, 2012 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kraih/2899556 to your computer and use it in GitHub Desktop.
Save kraih/2899556 to your computer and use it in GitHub Desktop.
$ git init
$ git add .
$ git commit -m 'Initial version'
$ heroku create -s cedar --buildpack http://github.com/judofyr/perloku.git
$ git push heroku master
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment