How to start rails server in background -
when run ruby script/server -e test
, runs on console. when close console, stops process. want run server in background. how can this?
you can run daemon script/server -d
when run ruby script/server -e test
, runs on console. when close console, stops process. want run server in background. how can this?
you can run daemon script/server -d
Comments
Post a Comment