Drush

From Edgar BV Wiki
Revision as of 10:35, 7 May 2014 by Red (talk | contribs) (Created page with "To use drush you have to be somewhere in the site directory as the siteuser (ie not root!) Download a module <pre> drush dl modulename </pre> Enable a module (and download a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To use drush you have to be somewhere in the site directory as the siteuser (ie not root!)

Download a module

drush dl modulename

Enable a module (and download and enable all dependencies!) after download

drush en modulename

Update a specific module

drush pm-update modulename

Update everything at once

drush up

Update just the core and not the modules also (handy if you want to do it step by step!)

drush up drupal