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

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.tmproj
config/database.yml
config/environment.rb
config/deploy.rb
log
tmp
db/data.yml