RedMine now in our group seems the most important tools, boot can not work should not automatically activated.
Ruby provides a Ruby program to install the package for the Service: mongrel_service. The installation is actually very easy, as long as the command-line run gem:
1. gem install mongrel_service The process necessary to install some other package.
And will use RedMine installed into Windows Services mongrel_service:
1. mongrel_rails service::install -N RedMine -c D:\WebRoot -p 80 –e production Here, I named the designated Service RedMine, my RedMine at D: \ WebRoot, you want to modify, pay attention to point to the root directory of truck. Listening on port 80.
And amend the start-up mode for the automatic start, and add the MySQL Services for its reliance on the service (if your MySQL server is not the machine will not have trouble):
1. sc config RedMine start= auto depend=MySQL Note that the implementation of sc config series of commands, services must be do not start, or else they will make mistakes.
The future if you want to remove this service, as long as the implementation of:
1. mongrel_rails service::remove -N RedMine 






