Init script for RHEL/CentOS/Fedora
Added by Jason Friedland over 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
Replies (1)
RE: Init script for RHEL/CentOS/Fedora - Added by Holger Just over 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.