Added an example of capistrano deployment recipes for deploying to a remote web host running Phusion Passenger (aka mod_rails), which is probably the easiest Rails deployment environment to configure.

This commit is contained in:
Luke Melia 2009-01-04 17:14:03 -05:00
parent 3864c9e37a
commit a1a8260f10
4 changed files with 131 additions and 0 deletions

2
Capfile Normal file
View file

@ -0,0 +1,2 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
load 'config/deploy'