Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Last active December 23, 2015 05:39
Show Gist options
  • Save callmephilip/6588183 to your computer and use it in GitHub Desktop.
Save callmephilip/6588183 to your computer and use it in GitHub Desktop.
deploy chatzilla instance
git clone https://github.com/callmephilip/chatzilla.git
cd chatzilla
heroku login
heroku create
heroku labs:enable websockets -a YOUR-APP-NAME
git push heroku master
heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment