Created
August 25, 2011 23:19
-
-
Save nelsonenzo/1172295 to your computer and use it in GitHub Desktop.
python stuff
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
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