Skip to content

Instantly share code, notes, and snippets.

@nelsonenzo
Created August 25, 2011 23:19
Show Gist options
  • Save nelsonenzo/1172295 to your computer and use it in GitHub Desktop.
Save nelsonenzo/1172295 to your computer and use it in GitHub Desktop.
python stuff
navigate to a directory in terminal and type
python -m SimpleHTTPServer
that will start a simple server on 0.0.0.0:8000
(or what I named in my /etc/hosts file, dev.python.com:8000 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment