Tag Archives: Ruby on Rails

How to Remove an Old version of Ruby

This post just saved me a hours of work, thanks http://www.d-man.org/news/2009/01/06/91/ It outlines how to remove an old version of ruby and install the version you need.

Posted in Redmine, Ruby on Rails | Tagged , , | Leave a comment

How to Install Tracks 1.7 on Centos 5.2

  Install Ruby on Rails – Use http://www.how-to-linux.com/2008/12/how-to-install-ruby-on-rails-on-centos-52/ Create a database for Tracks mysql -u root -p create database tracks; exit Download Tracks from http://bsag.bingodisk.com/public/files/tracks-current.zip Unzip the Tracks archive unzip tracks-current.zip Put tracks into /opt mv tracks-1.7 /opt Edit /opt/tracks-1.7/config/database.yml … Continue reading

Posted in Centos 5.2, Open Source, Project Management, Ruby on Rails | Tagged , , | 1 Comment

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