Since you can’t easily upgrade to CentOS 5 from 4.5 with yum you have to compile it all yourself.
Apache 2.2.4
PHP 5.2.3
Ruby 1.8.6
The following script downloads and compiles a complete stack of the newest apps for a ruby on rails installation, even including PHP. Complete with SSL and the newest Subversion.
#!/bin/bash
mkdir install
cd install
sudo yum -y remove […]
Tags: apache, centos, linux, php, rails, ruby, ruby-on-rails, unix
July 15th, 2007 · 9 Comments »