Drush site install / localized


/ Published in: Bash
Save to your folder(s)

Installs drupal using the provided database credentials with the provided localization, creates admin account with the given name and password


Copy this code and paste it in your HTML
  1. 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

Report this snippet


Comments


You need to login to view comments.