Skip to content

Instantly share code, notes, and snippets.

@errogaht
Last active September 15, 2015 07:28
Show Gist options
  • Save errogaht/755aaed55e4f6dd6182a to your computer and use it in GitHub Desktop.
Save errogaht/755aaed55e4f6dd6182a to your computer and use it in GitHub Desktop.
install drupal via drush
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