Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 272 Bytes

File metadata and controls

13 lines (11 loc) · 272 Bytes

PythonWebServer

A little web server using Python

Howto

cd /var/www (or what ever your public repo)
wget https://raw.github.com/oussemos/PythonWebServer/master/server.py
chmod +x server.py
screen -S server -d -m python server.py