/ Published in: Bash
Installs drupal using the provided database credentials with the provided localization, creates admin account with the given name and password
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
drush site-install standard --locale=de --db-url=mysql://user:********@dbhost/dbname --account-name=admin --account-mail=admin@site.com --account-pass=******** --site-name=Test site-mail=admin@site.com