Last active
December 23, 2015 05:39
-
-
Save callmephilip/6588183 to your computer and use it in GitHub Desktop.
deploy chatzilla instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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