by Peter Connolly | Sep 29, 2010 | Drupal, technology
WARNING We discovered (to our cost) that this technique is fine for a Drupal site where you maintain the modules via FTP, but if you happen to use Drush, this technique has a major disadvantage; Drush doesn’t parse the if-then-else statement, and so picks up the...
by Peter Connolly | Jul 1, 2010 | Drupal
A very short post, just to remind me of some Drush commands Installing Modules 1. Login via SSH, and go to the folder in which you want to install your module. e.g public_html/sites/all/modules Use the Drush download command to install one or more modules drush dl...
by Peter Connolly | Jul 1, 2010 | Drupal
Drush (Drupal Shell) is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt. That’s straight from the...