Open main menu

Drupal/cheatsheet

< Drupal
Revision as of 18:42, 17 March 2015 by Freephile (talk | contribs) (Created page with "My current (as of {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}) setup is Static/CGI/PHP-5.4 Take site offline <source lang='bash'> drush vset maintenance_mode 1 </source...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)

My current (as of 2024-05-18) setup is Static/CGI/PHP-5.4


Take site offline

drush vset maintenance_mode 1

get a status and use --debug to get a bit more info about what drush is doing

drush --debug status

Check system requirements

drush rq

Clear all caches and then run database updates

drush cc all
drush --debug updb


List all the enabled modules (and themes). Add the --pipe -p option for compact output

drush pml --status=enabled

Disable a bunch of stuff all at once (and let Drupal figure out the dependencies that also need to be disabled.)

drush dis admin_menu,backstretch,ctools,features,mollom,seo_checker,socialmedia,token,xmlsitemap