Project

General

Profile

Init script for RHEL/CentOS/Fedora

Added by Jason Friedland about 14 years ago

Hi,

I've written a Redmine init script for RHEL/CentOS/Fedora.

Hopefully someone will find this useful.

http://blog.friedland.id.au/2010/03/init-script-for-redmine.html

Jason

redmine (1.28 KB) redmine init script

Replies (1)

RE: Init script for RHEL/CentOS/Fedora - Added by Holger Just about 14 years ago

For production deployments, you really should consider something other than webrick. The best solution to-date is considered to be Passenger / mod_rails, which is a module for Apache or Nginx.

Alternative solutions which work like webrick would be Thin or Unicorn, both of which started as forks of the currently not well maintainied (but still popular) Mongrel.

Each of the alternatives are faster and scale better than webrick.

    (1-1/1)