Posts

Showing posts from November 11, 2018

Creating a new Composerized latest-Drupal project with local-Drush and all desired credentials in one go

Image
Clash Royale CLAN TAG #URR8PPP up vote -1 down vote favorite I use latest LAMP (Ubuntu 18.04 with Bash) with Composer and I desire to automate the entire process of creating a Composerized Drupal 8 with local Drush 9 or above project, at least after creating a db user and a db with the same name to it: Download Drupal to a directory for the project as /var/www/html/domain.tld . Create an Apache Virtual Host for the Drupal project based on the domain and directory. Create a proper settings.php with the relevant db details; db name, db user name, db password and locality - localhost ). Restart the server. I don't think the following Composer command is enough: composer create-project drupal-composer/drupal-project How will you do that in a communally-supported way? drupal share | improve this question edited 1 hour ago asked Nov 7 at 16:06 JohnDoea 55 8 31 This question has an open bounty worth +100 reputation from JohnDoea