Skip to content

Instantly share code, notes, and snippets.

@thelebster
Forked from szeidler/drush-site-install
Created October 22, 2016 05:45
Show Gist options
  • Save thelebster/28e523b23bb1aa71f7ee600f5a79446f to your computer and use it in GitHub Desktop.
Save thelebster/28e523b23bb1aa71f7ee600f5a79446f to your computer and use it in GitHub Desktop.
Drush site install command
drush site-install standard --db-url='mysql://[db_user]:[db_pass]@localhost/[db_name]' --site-name=Example --sites-subdir=example.com --account-name=admin --account-pass=password --account-mail=mail@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment