Installing Redmine on Centos 6.4 + GIT Support
Ruby Install # yum install httpd-devel ruby ruby-devel -y # cd /tmp # wget http://fossies.org/unix/www/apache_httpd_modules/mod_ruby-1.3.0.tar.gz # tar zxvf mod_ruby-1.3.0.tar.gz # cd mod_ruby-1.3.0/ # ./configure.rb –with-apr-includes=/usr/include/apr-1 # make # make install Configure Ruby to load with Apache # vi /etc/httpd/conf.d/ruby.conf […]