Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 787 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 787 Bytes

stratulat-barbulescu

Python Server dependency list:

  • python-setuptools - you can install it in Ubuntu/Fedora using apt/yum.
  • pytz - can be installed using setuptools:
sudo easy_install pytz
  • web.py - can be also installed using setuptools
sudo easy_install web.py

Running the server

You can run the server easily by starting main.py from the pyserver folder

python main.py

By default it will start on port 8080, so if 8080 is busy, you can start it on different port:

python main.py 8000