Skip to content

Instantly share code, notes, and snippets.

@esolitos
Last active February 9, 2016 14:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esolitos/a995c091b8081cf82216 to your computer and use it in GitHub Desktop.
Save esolitos/a995c091b8081cf82216 to your computer and use it in GitHub Desktop.
Drush Base Modules
# Disable default core modules that probably are not required (I suggest running also `drush pm-uninstall -y` on the same module list)
drush dis -y toolbar overlay color comment dashboard dblog help rdf
# Enable most used modules
drush en -y absolute_messages admin_views backup_migrate chosen ckeditor ckeditor_link save_edit module_filter page_manager field_ui image link field_collection entityreference email ds_ui date_views date_popup path pathauto globalredirect node navbar list options taxonomy features field_group media l10n_update date focal_point menu rules_admin strongarm views_ui jquery_update redirect transliteration ultimate_cron variable
# In case you are developing the site you can also enable those modules
drush en -y devel devel_contrib ds_devel metatag_devel performance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment