Sha256: c000c2b84f40a254f640e61aafeadffb144bfed19e6291c8e22571aa56391fd2
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 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 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 You will need 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railsmachine-1.0.0 | README |