drupal-deploy
drupal-deploy copied to clipboard
Gem for deploying Drupal projects with capistrano 3
Hi ! Gem `capistrano-drupal-deploy` does not exist anymore. https://rubygems.org/search?utf8=%E2%9C%93&query=capistrano-drupal-deploy What happened ?
Rigth now deploy:full doesn't run deploy but it should. This doesn't work https://github.com/capistrano/drupal-deploy/blob/master/lib/capistrano/tasks/drupal_deploy.rake#L20 invoke should be used instead.
I already did some test. But I think is better to wait the first RC...
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?
files:upload, files:download, and files:fix_permission are useful commands, but they're currently locked into `sites/default/files` and can't be configured. A files_path config variable would be useful here.
Adding the `-L` parameter fixes the issue > -L: "If the server reports that the requested page has moved to a different location (indicated with a Location: header and a...