mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
launch using rackup
This commit is contained in:
parent
025e281148
commit
b43f0b197a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
CWD=$(pwd)
|
||||
|
||||
SERVER='bundle exec puma'
|
||||
SERVER_OPTIONS=' --daemon --pidfile ./puma.pid'
|
||||
SERVER='bundle exec rackup'
|
||||
SERVER_OPTIONS=' -D -P ./ledgerrb.pid'
|
||||
|
||||
function start() {
|
||||
$SERVER $SERVER_OPTIONS
|
||||
|
|
Loading…
Reference in a new issue