I installed and started a redmine server on a linux machine, following the instructions at http://www.redmine.org/projects/redmine/wiki/RedmineInstall and was wondering how I start the server in a way so that it won't stop when I log out of the ssh session.
|
feedback
|
|
There are two possible ways. The easiest way is to install a | |||||
feedback
|
|
You should never ever use There are various HowTos on Google. But generally, Redmine deployments follow the default path documented in Passenger's own documentation. | |||
|
feedback
|
|
you mean when you run this command?
You can stick an ampersand '&' on the end of any command so that I'll background the process. i.e
for more information on backgrounding tasks, its worthwhile reading something like this. As the documentation you've pointed to suggests you shouldn't be running with the webrick server for production. You should look at installing redmine with apache. | |||||
feedback
|
|
nohup is what you use when you want to prevent it from die when exiting the shell.
| |||
|
feedback
|