interactive-mining/interactive-mining-madoap/madoap/src
sosguns2002 5254c0146f Yellow theme minor adds 2017-12-22 21:59:59 +02:00
..
etc/init.d Initial code commit 2017-05-16 14:39:11 +03:00
static Yellow theme minor adds 2017-12-22 21:59:59 +02:00
templates Yellow theme minor adds 2017-12-22 21:59:59 +02:00
tornado Initial code commit 2017-05-16 14:39:11 +03:00
tornado_addons Initial code commit 2017-05-16 14:39:11 +03:00
README Initial code commit 2017-05-16 14:39:11 +03:00
madapps.py Initial code commit 2017-05-16 14:39:11 +03:00
madserver.py Upload codes, configure profile basic implementation 2017-08-22 17:35:30 +03:00
madserverssl.py Initial code commit 2017-05-16 14:39:11 +03:00
madserverv2.py New yellow theme plus full functionality 2017-12-22 21:49:02 +02:00
settings.py Configure profile functionality implemented 2017-09-28 15:16:47 +03:00

README

First edit settings.py to set the web server port and the paths of madis and DB.

To start the stats server use:

python madserver.py

You'll find a service script (put it into /etc/init.d), for starting and stopping
the stats server. The script maps port 80->8080 (comment the iptables rules out if you don't
want the mapping), and starts the service without giving it root credentials.