Skip to content

Instantly share code, notes, and snippets.

@svperfecta
Created September 29, 2010 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svperfecta/602100 to your computer and use it in GitHub Desktop.
Save svperfecta/602100 to your computer and use it in GitHub Desktop.
# 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