Simple Web Server Project
Was built on Ubuntu 14.04 using Python 2.7
To run the server, follow these steps:
- Download the entire folder (in a zip file) to your Linux machine
- Unzip the contents to a directory
- In a terminal, cd to the project directory
- Run 'python webserver.py'
- Access the server in your browser at the address and port: localhost:8000
Make sure you have python 2.x in your system, to run this program