Version 1
[yaffs-website] / console / chain / site-install.yml
1 commands:
2 # Install Drupal
3   - command: site:install
4     options:
5       langcode: en
6       db-type: sqlite
7       db-file: sites/default/files/.ht.sqlite
8       site-name: 'Drupal 8 Quick Start'
9       site-mail: admin@example.com
10       account-name: admin
11       account-mail: admin@example.com
12       account-pass: admin
13     arguments:
14       profile: standard