This is intended to test sample python web application on Cherrypy
This can be used as a template to develop python applications to host in Apache Stratos Python docker cartridge.
List all your python dependencies in requirements.txt file which are required to run your python application.
e.g.: flask cherrypy
e.g.: Flask==0.10.1 Flask-Bcrypt==0.6.0 Flask-Migrate==1.2.0 Flask-SQLAlchemy==1.0
You can use the server.py as it is
To start CherryPy server
python server.py