Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / dist / chain / site-install.yml
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 (file)
index 0000000..8180381
--- /dev/null
@@ -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