DrupalCon Chicago 2011

Blog

Raw Notes: Advanced Drush

Drush for Teams

  • Workflow:
    • // Write code
    • git commit && git push
    • //need most recent config?
    • drush site-install -y welcom
    • install drupal with profile with drush: drush site-install -y (which is the simplified command because of his drushrc.php) full command: drush si --yes $install_profile_name
  • Create installation profile files to quickly start from scratch with your standard setup
  • drushrc.php can include options you use often for drush commands (e.g. site-install)
Subscribe to RSS - DrupalCon Chicago 2011