xforty / drush-deploy

Drupal deploy tool based on Capistrano and Drush

Home Page:https://github.com/xforty/drush-deploy/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version 1.0.13

DESCRIPTION

Provides capistrano deployment strategy for Drupal.

For documentation please checkout the wiki

REQUIREMENTS

  • Capistrano
  • railsless-deloy
  • php_serialize
  • Drush

On remote servers you must have

  • Drush
  • File system acls enabled (setfacl)

USAGE

    # Initial Setup
    gem install drush-deploy

    # Once for each new site
    drush-deploy TARGET=<drush alias> deploy:setup
       
    # To deploy
    cd <Drupal root>
    drush-deploy TARGET=<drush alias>

About

Drupal deploy tool based on Capistrano and Drush

https://github.com/xforty/drush-deploy/wiki

License:Other


Languages

Language:Ruby 100.0%