X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-core%2Fdist%2Fchain%2Fsite-install.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fdist%2Fchain%2Fsite-install.yml;h=8180381255f121a46d21dffef9b971d43013a98a;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-core/dist/chain/site-install.yml b/vendor/drupal/console-core/dist/chain/site-install.yml new file mode 100644 index 000000000..818038125 --- /dev/null +++ b/vendor/drupal/console-core/dist/chain/site-install.yml @@ -0,0 +1,17 @@ +command: + name: site:install:sqlite + description: 'Install site using sqlite' +commands: + # Install Drupal + - command: site:install + options: + langcode: en + db-type: sqlite + db-file: sites/default/files/.ht.sqlite + site-name: 'Drupal 8 Quick Start' + site-mail: admin@example.com + account-name: admin + account-mail: admin@example.com + account-pass: admin + arguments: + profile: standard