Tag - deploying

Deploying Rails to Centos : Capistrano

Coding

Thank you for following this series, this will be the last part of the series where we actually bring our development app to our remote server. Learning Rails has been a tremendous journey for me, the learning curve…

Deploying Rails to Centos 5 : Passenger

Coding

Now that you have a proper rails and git stack in your remote server, it is time to get serious and start deploying. Because I have already set up the VirtualHosts for Passenger, I will be skipping that…

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 : Git

Coding

Welcome to the rails deployment series. Today, we will be installing Git on your remote server. I am not going to go into the debate of SVN vs Git. *yawnz. The purpose of installing Git in the remote…