h1. Railsmachine A set of capistrano recipes for simplifying the deployment of Rails applications. The deployment process looks like this:
    cd 
    capify .
    railsmachine --apply-to . --name  --domain 
    cap repos:setup
    cd ../_machine
    cap servers:setup deploy:cold
  
Under the default configuration the gem will use these directories:
    /var/www/apps/            - Rails applications
    /etc/httpd/conf/apps/     - Apache configurations
    /var/run/mongrel_cluster/ - Mongrel pid files
    /etc/mongrel_cluster/     - Mongrel cluster configurations
  
h3. Requirements * a 'deploy' system account with write access to the above directories. * You also need a 'deploy' mysql account with all privileges on *.* and grant option.