Build simple and easy web server using Python
Build web server by using python is very very easy. Here is the step
-Open terminal
-Go to directory you wanna make it public for example /home/username/Pictures
-type this line without quotation mark
"python -m SimpleHTTPServer 8080"
-Open Firefox/chrome/Internet Explorer/Safari etc then goto http://localhost or http://youripaddress
-Open Firefox/chrome/Internet Explorer/Safari etc then goto http://localhost or http://youripaddress
Comments
Post a Comment