Tag - apache

Deploying Rails to Centos 5 : Ruby, Gems & Rails

Coding

Hi there, if you have been following this series you would roughly know that I am trying to setup a remote Centos server to house my rails apps. After installing Apache, mySQL and Git, we are now ready…

Deploying Rails to Centos 5 : mySQL

Coding

Hello, this is part two of the series! If you have played with Rails before, you would know that the default database is SQLite. That is fine for development, for production having mySQL is better for handling more…

Deploying Rails to Centos 5 : Apache

Coding

This is part one of another series. I sorta lost my shell history so I figured I might as well blog it out so that I can has a reference next time. Bear in mind that I started…