Project

cap-drupal

0.0
No commit activity in last 3 years
No release in over 3 years
Capistrano recipes fitted to our needs/workflow at websiteburo, could be useful elsewhere
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Cap Drupal

Capistrano drupal recipes.

Dump dbs, backup user generated content, clear cache, and rsync to local host.

This the first releases. Feedbacks, fork and comments welcomed :)

Install

# gem install cap-drupal

Usage

mkdir config
cap-drupal  .

    # helper
cap multistage:prepare

Now you have this tree

.
+--- config
|   +--- deploy
|   |   +--- production.rb
|   |   +--- development.rb
|   |   +--- preview.rb
|   +--- deploy.rb
+--- Capfile

Help

# list tasks with capistrano
cap -T
    
    # get extend help: ex drupal:clearcache
    cap -e drupal:clearcache