Skip to content

Commit

Permalink
Update 02-create.md
Browse files Browse the repository at this point in the history
Clarify that the Decoupled Umami Demo Profile is now an additional dependency.
  • Loading branch information
backlineint authored Dec 7, 2023
1 parent 434213f commit 6f8205c
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ Use **Build Tools** if:
1. Select either the `Pantheon Decoupled Profile`, or the `Pantheon Decoupled Umami Demo` profile. The same can be done via [`terminus remote:drush`](/terminus/commands/remote-drush).
- The Umami Demo contains additional demo data, and is not intended for use in a production site build.
- The Decoupled Umami Demo must first be added to your project as a dependency using composer:
```bash{promptUser: user}
composer require drupal/pantheon_decoupled_umami_demo
```
Your backend starter is ready to develop!
Expand Down Expand Up @@ -150,6 +155,12 @@ terminus self:plugin:uninstall terminus-power-tools

The Build Tools installation process will create a backend with limited example content. To create a site with Drupal's Umami demo data set instead, change the profile flag to `--profile="pantheon_decoupled_umami_demo"` in the `terminus build:project:create` command.

- The Decoupled Umami Demo must first be added to your project as a dependency using composer:

```bash{promptUser: user}
composer require drupal/pantheon_decoupled_umami_demo
```

#### Use Other Git Hosts or CI Services

Terminus Build Tools supports other Git hosts and CI services.
Expand Down

0 comments on commit 6f8205c

Please sign in to comment.