From 965ec293eb00aa71601d0b22d1a6b8b26295e2a4 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 2 Mar 2016 16:41:12 +0100 Subject: [PATCH] Moved back to pumactl for puma 2.16. --- script/build/test_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build/test_startup.sh b/script/build/test_startup.sh index 9062bdec5..825c9c207 100755 --- a/script/build/test_startup.sh +++ b/script/build/test_startup.sh @@ -16,6 +16,6 @@ echo "export IP=$IP" echo "export BROWSER_PORT=$BROWSER_PORT" #rails s puma -d --pid tmp/pids/server.pid --bind 0.0.0.0 --port $APP_PORT -rails s puma -d --bind 0.0.0.0 --port $APP_PORT +pumactl start --pidfile tmp/pids/server.pid -d -p $APP_PORT -e $RAILS_ENV script/websocket-server.rb start -d -p $WS_PORT script/scheduler.rb start