mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
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:
parent
3864c9e37a
commit
a1a8260f10
4 changed files with 131 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
*.tmproj
|
||||
config/database.yml
|
||||
config/environment.rb
|
||||
config/deploy.rb
|
||||
log
|
||||
tmp
|
||||
db/data.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue