Last active
April 25, 2016 14:33
-
-
Save SalvadorP/d216d2b654ff15c55d38efd0b0ce3623 to your computer and use it in GitHub Desktop.
Drupal 7 base installation with Bootstrap 3 theme.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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