7

Click here to load reader

Drush & Drush Make - DrupalCamp LA 2012

Embed Size (px)

DESCRIPTION

Drush is the premier administration tool for Drupal Developers & Webmasters. Imagine updating an old Drupal site and all its old modules in one single command! This is just one power of Drush. Come witness the ins-and-outs of the all magnificent, the all powerful Drush. Learn how to: Install Drush and any of its plug-ins Update Drupal core and all the modules in an outdated site… in one command! Download Drupal core or any module/theme… in one command! Assemble a full Drupal site from a list of modules in a text file… in one command Prepare all the files with stub code for a new Drupal module… in one command! Do so much more in so much less time than doing things manually… usually in one command! Drush Make allows you to build a Drupal site from a a set of instructions, letting Drush download and install Drupal core and modules. This allows you to describe a Drupal site installation in a simple text file. Drush Make can: Download Drupal core and contrib modules from drupal.org Checkout code from git, svn, etc. repositories Download tar/zip files (for libraries or modules) Download and apply patches http://2011.drupalcampla.com/sessions/drush-drush-make

Citation preview

Page 1: Drush & Drush Make - DrupalCamp LA 2012

Drush & Drush MakeChris Charlton John Romine

Page 2: Drush & Drush Make - DrupalCamp LA 2012

Drush is a command line shell interface for Drupal

http://drupal.org/project/drush

Page 3: Drush & Drush Make - DrupalCamp LA 2012

Drush helps cut down the time administering &

maintaining Drupal sites

Tasks take seconds versus minutes or hours

Page 4: Drush & Drush Make - DrupalCamp LA 2012

Drush Time Results

Download Drupal

Download and add one module

Download the top ten modules

Enable the top ten modules

Clear Site Cache

List Over 100 Site Modules

0 sec 15 sec 30 sec 45 sec 60 sec 75 sec 90 sec

Drush time Manual time

Page 5: Drush & Drush Make - DrupalCamp LA 2012

Interface for Drupal

Page 6: Drush & Drush Make - DrupalCamp LA 2012

Interface for Drush

Page 7: Drush & Drush Make - DrupalCamp LA 2012

Drush Intro Demos

• Drush Install README.txt

• Update a Drupal site and all it’s modules

• Download modules and themes