Sha256: 33fd501a0f7083b14d9440bbfce9795bd9b6f55416c6403e7fc9bf7b7dbfe8c2

Contents?: true

Size: 745 Bytes

Versions: 1

Compression:

Stored size: 745 Bytes

Contents

== Railsmachine

A set of capistrano recipes for simplifying the deployment of Rails applications.

The deployment process looks like this:

cd <app_directory>
capify .
railsmachine --apply-to . --name <app_name> --domain <yourdomain.com>
cap repos:setup
cd ../<app_name>_machine
cap servers:setup deploy:cold

The railsmachine gem has opinions about where the 
various parts of your application should go:

/etc/httpd/conf/apps/   - Apache configurations
/etc/mongrel_cluster/   - Mongrel cluster configurations
/var/www/apps/          - Rails applications

You will need a 'deploy' account on the system with write access to the above directories.
You also need a 'deploy' account in your mysql database with all privileges and grant option.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
railsmachine-1.0.1 README