Tag Archives: Project Management

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

Install Clocking IT on Centos 5.2

Install Ruby on Rails – see http://www.how-to-linux.com/2008/12/how-to-install-ruby-on-rails-on-centos-52/ Install git – see http://www.how-to-linux.com/2009/01/install-git-161-on-centos-52/ Install imagemagick for ruby yum install ImageMagick ImageMagick-devel gem install rmagick -v 1.15.13 –no-rdoc –no-ri Install passenger yum install gcc-c++ httpd-devel gem install passenger passenger-install-apache2-module I go this … Continue reading

Posted in Centos 5.2, Project Management | Tagged , , | Leave a comment