April 10, 2013

simple way to run python http server:

python -m SimpleHTTPServer 8000
will serves the files relative to the current directory
cf. http://docs.python.org/2/library/simplehttpserver.html