Version 1
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-install-placeholers.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-install-placeholers.yml b/vendor/drupal/console-core/config/dist/chain/site-install-placeholers.yml
new file mode 100644 (file)
index 0000000..9b4884a
--- /dev/null
@@ -0,0 +1,18 @@
+commands:
+# Install Drupal
+  - command: site:install
+    options:
+      langcode: 'en'
+      db-type: '%{{db_type|mysql}}'
+      db-host: '%{{db_host|127.0.0.1}}'
+      db-name: '%{{db_name|drupal}}'
+      db-user: '%{{db_user|}}'
+      db-pass: '%{{db_pass}}'
+      db-port: '%{{db_port|3306}}'
+      site-name: 'Drupal 8 site'
+      site-mail: 'admin@example.org' # default email
+      account-name: 'admin' # default account
+      account-mail: 'admin@example.org' # default email
+      account-pass: 'admin' # default pass
+    arguments:
+      profile: 'standard'