how to configure a rails app (redmine) to run as a service on windows?

后端 未结 7 770
你的背包
你的背包 2020-12-07 23:28

I\'m using redmine as a ticket manager, and I\'d like to configure it to be run automatically when windows starts up.

How can I configure it to be run as a service?<

7条回答
  •  庸人自扰
    2020-12-07 23:58

    For Rails 4.0.x applications as suggested by Bohdan, we have to replace

    CONFIG['bindir'] with RbConfig::CONFIG['bindir']

    Remmber to: gem install win32-service

提交回复
热议问题