Last active
September 15, 2015 07:28
-
-
Save errogaht/755aaed55e4f6dd6182a to your computer and use it in GitHub Desktop.
install drupal via drush
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 | |
drush site-install standard --account-name=Drupal --account-pass=pass --db-url=mysql://user:pass@mysql/dbname | |
drush en migrate migrate_ui features admin_menu views transliteration globalredirect l10n_update intlinks devel entity fancybox -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment