Archive for May, 2010
Capistrano deployment with subversion
Contributor : Vinayan
Capistrano Deployment
Capistrano is a tool used for automation of the application deployment process. Capistrano is mainly used for deploying rails apps. Changes made to the rails app can be easily transferred to the server using cap deploying. Capistrano can be configured with any version control system like SVN / GIT for deploying an app. Also, we can define application server type (mongrel, mod_rails / Fcgi) on which the app has be deployed in Capistrano. Here I’m going to discuss cap deploying an app using SVN with Mongrel cluster as the application server.
InstaCarma will be at HostingCon’10
InstaCarma is the brand under which Carmatec IT Solutions Pvt. Ltd., the parent company of RailsCarma as well, provides technical support and server management services. InstaCarma is going to HostingCon 2010, the premier conference and trade show for the hosted services industry, to be held in Austin, Texas from July 19th-21st. We’ve purchased booth space (Booth #527)and will be exhibiting at the event for the second time in a row.




Ruby enterprise edition + Passenger installation
Contributor : Vinayan
Ruby enterprise edition can be installed on the server using the following steps :
$ wget http://rubyforge.org/frs/download.php/68719/ruby-enterprise-1.8.7-2010.01.tar.gz
$ tar -zxvf ruby-enterprise-1.8.7-2010.01.tar.gz
PS: Make sure that the patch is installed on the server. If it doesn’t exist then install it via yum.
$ yum install patch
$ ./ruby-enterprise-1.8.7-2010.01/installer
Once the ruby enterprise edition is installed , the following message will appear :
“Ruby Enterprise Edition is successfully installed!”