Skip to content

Instantly share code, notes, and snippets.

@technosophos
Created May 19, 2012 12:44
Show Gist options
  • Save technosophos/2730720 to your computer and use it in GitHub Desktop.
Save technosophos/2730720 to your computer and use it in GitHub Desktop.
roles/drupal_dev.rb
name "drupal_dev"
description "Useful tools for Drupal developers."
run_list(
"recipe[drupal::dev]",
"recipe[drush]", # TRY THIS!
#"recipe[drush::head]",
#"recipe[drush::pear]",
"recipe[drush_make]",
"recipe[phpmyadmin]", # TODO Cookbook needs testing!
"recipe[webgrind]", # TODO Does this actually work?
"recipe[xhprof]"
)
# TODO Add recipe to create dev sites via Drush make.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment