Update: added full web server quickie install.
Remove these ads by
Signing UpStep 1Setup:
You will want to go to http://www.python.org/download/ and download the version for your system and http://www.python.org/download/windows/ for more downloads.
Please use their instructions for installing the product. Also contact them if you need help with it.
| « Previous Step | Download PDFView All Steps | Next Step » |









































http://www.webdesignbooth.com/32-useful-portable-apps-for-web-designers-and-developers/
they have some links.
python -m SimpleHTTPServer 8080
this will do the same basic thing. Also, this will only work over a network unless you have port forwarded 8080 on your router. :)
Happy coding. ^_^
You are right about linux, In fact I did that with the instructable I did just before this one. http://www.instructables.com/id/Quicky-web-server-for-linux/
Yes, I am aware of the port forwarding but there are some security issues so that is why I did not mention it.
I am in the process of doing a new instructable about doing home automation proof of concept with the Wampserver software. If I wanted to I probably could do an update for this server to do that also. Then things get really interesting.
I was using an old Dell gx110 and downloaded the minimal python. I had the whole thing running in a few minutes. This was not meant to be a full blown server. The next time you want to do the quicky server you will not have to download and install python, so set up only take a few seconds by just running the command. You can not even start up apache that fast on the average machine. No need for a sledge hammer when all you need is a flyswatter.
Nothing wrong with the open source web servers such as xampp, apache, lighttpd, or even nginx, but they would have taken considerable more time to set up. With XP you could probably also use IIS (god forbid). To download just a few files, that would not be feasible usually.
There a ton of instructables on setting up a web server both under MSWindows and Linux. No need to reinvent the wheel.