Skip to content

Instantly share code, notes, and snippets.

@technoweenie
Created January 3, 2010 17:57
Show Gist options
  • Save technoweenie/268058 to your computer and use it in GitHub Desktop.
Save technoweenie/268058 to your computer and use it in GitHub Desktop.
# install git
# install heroku ruby gem
# now, clone the github_twitter_server project
git clone git://github.com/technoweenie/github_twitter_server.git
cd github_twitter_server
# create a free heroku app
heroku create USER-gh-twitter
# checkout the special heroku branch
git checkout -t origin/heroku
# push it to the remote that the `heroku create` command created for you
git push heroku heroku:master
# initialize the github proxy database
heroku rake ghtw:db:create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment