Simple HTTP Server on Mac OS X
More for my reference than anything. The command to start up a simple web server in the current directory on OS X is:
python -m SimpleHTTPServer 8000
Useful for testing simple websites.
Written on May 9, 2013
Musings on computers, music, travel and other such things
More for my reference than anything. The command to start up a simple web server in the current directory on OS X is:
python -m SimpleHTTPServer 8000
Useful for testing simple websites.