aboutsummaryrefslogtreecommitdiffstats
path: root/script/server
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-29 17:10:32 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-29 17:10:32 +0100
commit07d3568a02b5efb4286bccd9f869c8e1605928b5 (patch)
tree85770a4d1d8745a06b3bb8849c5444bb200f5693 /script/server
parent759b5ef970546c0a70fb4f8d051b1f6dd54e4d2d (diff)
parent77d4d7096a3f0f83e5c19260a320fd2b11455a48 (diff)
Merge branch 'some-dev-improvements'
Diffstat (limited to 'script/server')
-rwxr-xr-xscript/server3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/server b/script/server
index 2ed265a28..b1d72269e 100755
--- a/script/server
+++ b/script/server
@@ -3,4 +3,5 @@
set -e
cd "$(dirname "$0")/.."
-script/fixmystreet_app_server.pl --fork --restart --debug $@
+export FIXMYSTREET_APP_DEBUG=${FIXMYSTREET_APP_DEBUG=1}
+bin/cron-wrapper local/bin/plackup -s Starman --listen :3000 --Reload perllib,conf/general.yml