Set up a HTTP server in current directory 01 February 2017 Use Python 2.x python -m SimpleHTTPServer 8080 Use Python 3.x python -m http.server 8080