Version 1
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-install.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-install.yml b/vendor/drupal/console-core/config/dist/chain/site-install.yml
new file mode 100644 (file)
index 0000000..8315dfa
--- /dev/null
@@ -0,0 +1,14 @@
+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