fix staging, commands, demonizable puma (4.x)
This commit is contained in:
3
bin/kill
Executable file
3
bin/kill
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
kill -9 `cat tmp/pids/server.pid`
|
3
bin/staging
Executable file
3
bin/staging
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
exec ./bin/rails s -b 0.0.0.0 -p 3000 -d
|
Reference in New Issue
Block a user