drupal-deploy
drupal-deploy copied to clipboard
How to db and other other settings to settings.php
I'm newbie to capistrano, I'm trying to write build script for simple Drupal installation, I want to know how I can write db and other settings to settings php?
I read the documentation again, it says, I've to upload settings.php, to shared folder, I don't want to manual upload. What I want capistrano to created fresh settings.php from default.settings.php file and write db and other settings into it from some config.yml files...