iiplc/run.sh

9 lines
137 B
Bash
Raw Permalink Normal View History

2014-06-11 15:55:00 +04:00
#!/bin/bash
# Debug server
2014-08-04 13:35:42 +04:00
screen -S ii plackup iiplc.app
2014-08-08 11:11:19 +04:00
# plackup iiplc.app
2014-06-11 15:55:00 +04:00
# Production
# starman -l 127.0.0.1:5000 run.pl whatever