I have two configuration files
/app/config/database.yml
and
/app/config/userconfig.yml
I do not want to put the credentials of the database and userconfig in the svn repository, so I have database.yml.dist and userconfig.yml.dist.
What is the best way to get copies of dist files in a shared directory when you deploy the application for the first time?
For future deployments, I will refer to them from / app / current / config
svn ruby-on-rails deployment configuration-files capistrano
Zoran zaric
source share