Skip to content

Instantly share code, notes, and snippets.

@SalvadorP
Last active April 25, 2016 14:33
Show Gist options
  • Save SalvadorP/d216d2b654ff15c55d38efd0b0ce3623 to your computer and use it in GitHub Desktop.
Save SalvadorP/d216d2b654ff15c55d38efd0b0ce3623 to your computer and use it in GitHub Desktop.
Drupal 7 base installation with Bootstrap 3 theme.
drush dl drupal --drupal-project-rename="drupal"
cd drupal
drush site-install standard --account-name=admin --account-pass=admin --db-url=mysql://user:password@localhost/drupal -y
drush en features, views, date, calendar, token, pathauto, libraries, entity, admin_menu, jquery_update, webform, ckeditor, rules, colorbox, entity_reference, transliteration, field_group, captcha, recaptcha, devel, internationalization, strongarm, search_api, insert, views_data_export, print, simplenews, pathologic, webform_validation, bootstrap, tracker, syslog, statistics, date_popup, feeds_ui, feeds_import, feeds_news, rules_admin, search_api_views, views_ui -y
drush dl mailhandler -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment