Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that the Decoupled Umami Demo Profile is now an additional dependency. #8794

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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