SliceHost + Deprec Plug-in
Posted by Enrique Delgado Tue, 01 May 2007 15:00:00 GMT
I’ve recently purchased a slice at SliceHost and started to use the Deprec plug-in for Rails for my apps.
Thanks to the awesome Top Funky free peepcode screencast I was able to start deploying applications (including the entire Rails stack) quickly and in a predictable manner.
Check out the screencast for details, but this is my basic recipe to setup a new application. These steps will create a sample rails application, setup apache, mongrel, and deploy (with migrations!):
rails mykillerappdeprec --apply-to .- Edit your
config/deploy.rbfile. cap deprec_setupcap setup_scmcap deploy_with migrationscap restart_apache
And you are done! Subsequent releases are even easier:
cap deploy_with_migrations
Pretty good eh?





