Graphics Reference
In-Depth Information
How to do it...
1. Once Python ( http://python.org ) has been installed, you can run a simple web
server by just executing the following Python command. You will need to do
this in the directory from where you want to host the files:
> python -m SimpleHTTPServer
2. The following output shows the web server running on port 8000:
Serving HTTP on 0.0.0.0 port 8000...
If you don't have Python installed, take a look at one of the following two recipes for
alternative options.
Search WWH ::




Custom Search