Skip to content
Open
Show file tree
Hide file tree
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 @@ -9,6 +9,15 @@ Where:

- `--loadDemo` - optional argument. Whether to load additional demo data.

{% if peEdition %}
Execute the following command to install Trendz Analytics if you have set `TRENDZ_ENABLED` to `true` in the `.env` file:

```bash
./docker-install-trendz.sh
```
{: .copy-code}

{% endif %}
Execute the following command to start services:

```bash
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/install/cluster/docker-compose-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Confluent Cloud <small>(Event Streaming Platform based on Kafka)</small>%,%confl

### Install and run ThingsBoard
{% assign dockerComposeFileLocation = "" %}
{% assign peEdition = false %}
{% include templates/install/docker/docker-compose-setup-running.md %}

## Post-installation steps
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/install/pe/cluster/docker-compose-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ You can read about Trendz Analytics [here](/docs/trendz/what-is-trendz/).

### Install and run ThingsBoard
{% assign dockerComposeFileLocation = "-f $TB_SETUP/docker-compose.yml " %}
{% assign peEdition = true %}
{% include templates/install/docker/docker-compose-setup-running.md %}

## Post-installation steps
Expand Down