Skip to content

Instantly share code, notes, and snippets.

@chaosgame
Created November 1, 2012 20:07
Show Gist options
  • Save chaosgame/3996124 to your computer and use it in GitHub Desktop.
Save chaosgame/3996124 to your computer and use it in GitHub Desktop.
Facebook Midwest Hackathon
heroku login
heroku apps:create
git clone [email protected]:<your-url-here>.git -o heroku
vim index.php (or emacs index.php or notepad index.php)
git add .
git commit
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment