To process browser tests with normal password.
This commit is contained in:
parent
5ec65952c2
commit
3c0e20bc06
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ RAILS_ENV=$1
|
||||||
APP_PORT=$2
|
APP_PORT=$2
|
||||||
WS_PORT=$3
|
WS_PORT=$3
|
||||||
|
|
||||||
|
rails r "Setting.set('developer_mode', true)"
|
||||||
rails r "Setting.set('websocket_port', '#{WS_PORT}')"
|
rails r "Setting.set('websocket_port', '#{WS_PORT}')"
|
||||||
|
|
||||||
pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV
|
pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV
|
||||||
|
|
Loading…
Reference in a new issue