Files
www-POC/start.sh
2016-12-06 17:15:41 -06:00

4 lines
177 B
Bash

#!/bin/bash
export PYTHONPATH=${PYTHONPATH}:/root/www
twistd --pidfile=/root/webserver.pid web --https=5000 --wsgi app.app -c /root/ssl/poconsole.crt -k /root/ssl/poconsole.key