Start a simple http server with python May 23, 2015 python -mSimpleHTTPServer Starts serving a site from the current directory on port 8000 with directory listing activated. Accessible from http://127.0.0.1:8000