-
Follow Us
Translator



































Twitter Updates
- Auto Draft - http://bit.ly/c12ibN 2010-07-21
- Auto Draft - http://bit.ly/detQ6n 2010-07-21
- Auto Draft - http://bit.ly/anJMKX 2010-07-20
- More updates...
-
Recent Posts
Tags
Advertising Amazon EC2 Centos centos5.2 Clocking IT Cluemapper commandline Command Line EC2 Elgg elgg centos5.2 General git GoogleReader Hyperic laconica ldap Mobile Mongrel Monitoring Mysql Network openoffice Open Source php Project Management Redmine remote admin RSS Ruby Ruby on Rails Security Snort SSH subversion taskfreak terminal Twitter Ubuntu8.10 ubuntu8.10 Firewall virtualmin centos5.2 Vista Wordpress Xenserver Zenoss
Category 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 Project Management, Ruby on Rails, Tracks
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 centos5.2, Clocking IT, Project Management
Leave a comment
How to Install TaskFreak on Centos 5.2
See - http://www.taskfreak.com/ This is a easy to use multi user task list manager. Download the package wget http://www.taskfreak.com/files/stable/taskfreak-multi-mysql-0.6.1.tgz Untar the package tar xvfz taskfreak-multi-mysql-0.6.1.tgz Put the contents of taskfreak into /var/www/html mv taskfreak-0.6.1/* /var/www/html/ Create a database mysql -u root … Continue reading


