Skip to content

Instantly share code, notes, and snippets.

@szeidler
Last active October 22, 2016 05:45
Show Gist options
  • Save szeidler/07d640ccfa664973fb16 to your computer and use it in GitHub Desktop.
Save szeidler/07d640ccfa664973fb16 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