Created
September 29, 2010 00:48
-
-
Save svperfecta/602100 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Install nginx and ejabberd | |
foo@bar$ sudo apt-get install ejabberd nginx curl | |
# Download strophe.js | |
foo@bar$ curl - http://code.stanziq.com/strophe/strophejs/releases/strophejs-1.0.1.tar.gz | |
# Verify you have an entry in your /etc/hosts file for | |
# localhost, it should look something like this (yes, | |
# silly, but lately for some reason I keep running into | |
# people who modify this incorrectly) | |
foo@bar$ cat /etc/hosts | |
127.0.0.1 localhost pixel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment