Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

1- create an super user

2- install python

3- install the file in the correct directory

4- run the python server


sudo apt-get install python
sudo mkdir www
sudo cd /home/super/www/                                                                                                   # super is a new user , by default lubuntu
sudo python -m SimpleHTTPServer 8082

python -m SimpleHTTPServer 8082      ( will server files on port 8082 )


I have used this on linux VNFs or on the NFX jdm shell for example, using 

python -m SimpleHTTPServer 8082 &


  • No labels