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


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -