How to Use Drush With Drupal

OSTraining
Course Summary
Drush is one of the most powerful tools in Drupal. Drush is a command line shell and scripting interface that allows you to do anything from site-building to maintenance.
-
+
Course Description
Drush is one of the most powerful tools in Drupal. Drush is a command line shell and scripting interface that allows you to do anything from site-building to maintenance.Drush makes many common Drupal tasks much easier and quicker. With one prompt from the command line you can install modules, updates site and perform hundreds of maintenance tasks.
This series will walk you through the basics of using Drush..
I got back into Drupal about a year before Drupal 7 was released, so I built a couple of sites in Drupal 6. Then in January I completely switched over to D7 when it was released. Because I decided to make the switch right away, I was running into a lot of bugs/issues that hadn't been resolved yet. So, I started to make videos helping other people with the problems I found.
With the videos I made, I realized that I had shown some solutions, but people still had a lot of questions about edge cases. That was when I saw the light, and had the idea to put together series of short videos covering different topics. This format allowed me go in-depth with each module. I'm glad to be sharing these videos on OSTraining!
-
+
Course Syllabus
Installation
Introduction to Drush
Acquia Dev Desktop on Mac OSX
Installing Drush on a Mac OSX
Installing MsysGit on Windows
Acquia Dev Desktop on Windows
Installing Drush on Windows
Getting Help with Drush
Projects
Downloading Projects with Drush
Downloading Multiple Projects
Enabling Projects
Drush Quiz
Disabling Projects
Uninstalling Projects
Viewing Release Notes
Updating
Listing Modules That Have Updates
Updating Projects
Updating Database
Instal a Specific Version of a Project
Clearing the Cache
Updating all projects and databases
Running Cron
Advanced Drush Quiz