Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / dist / chain / site-install.yml
1 command:
2   name: site:install:sqlite
3   description: 'Install site using sqlite'
4 commands:
5   # Install Drupal
6   - command: site:install
7     options:
8       langcode: en
9       db-type: sqlite
10       db-file: sites/default/files/.ht.sqlite
11       site-name: 'Drupal 8 Quick Start'
12       site-mail: admin@example.com
13       account-name: admin
14       account-mail: admin@example.com
15       account-pass: admin
16     arguments:
17       profile: standard