Skip to content

MartianH/comoenus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Install & setup

  • With virtualenv virtualenv flaskenv . flaskenv/bin/activate python setup.py install

  • install globally python setup.py install

Run application

python run.py

  • enable DEBUG mode (inside run.py) line 4: app.run(debug=True)

  • run globaly line 4 app.run(host='0.0.0.0', port=80, debug=False)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published