A Code-Driven Development Cheatsheet

Our Code-Driven Development with Features training in Chicago was a very interesting experience for us: people with different levels of Drupal expertise were able to appreciate the benefits of code-driven development and the most experienced attendees managed to experiment with the development workflow on…

Managing a site from the command line using Drush

Drush or drupal shell is a command-line utility to help the site building and maintenance workflows. Available Drush Commands: For a list of available commands  type drush help. For a printable version use drush help --html Extensions Other modules provide new drush commands! These become available…