Setup/install drupal 8 site with drush command.
How to setup a drupal site using drush command
Below command can be use to install a drupal site in one go.
drush site-install standard \
--db-url=mysql://[username]:[password]@[host]/[database] \
--account-mail="[account-email]" \
--account-name=[account-username] \
--account-pass=[account-password] \
--site-mail="[site-email]" \
--site-name="[site-name]"
Replace content of [] with your own.
-:End:-
Comments
Post a Comment
There is comment posted on your blog, chandu7929@blogpost.com