Category Archives: Mongrel

How To Install Redmine on Centos 5.2 Update

This is a combination of all my instructions on how to setup redmine on Centos.  Its still a work in progress so please note any problems in comments. Install Ruby on Rails yum install ruby ruby-devel ruby-libs ruby-irb ruby-rdoc ruby-mysql … Continue reading

Posted in Centos 5.2, Mongrel, RHEL5, Redmine | Tagged , , , , | 6 Comments

Set up Mongrel as a service and start it automatically on Centos 5.2

  From – http://bitsandchaos.wordpress.com/2007/11/18/integrate-mongrel-with-rhel-and-derivatives/ This is tailored for the redmine installation that is descibed on this site. create a directory mkdir /etc/mongrel create a file in that directory vi /etc/mongrel/mongrel.conf Put this into the file # we want three instances, … Continue reading

Posted in Centos 5.2, Mongrel, Redmine | Tagged | Leave a comment