> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pentaho-data-mastering/installing-pentaho-data-mastering.md).

# Installing Pentaho Data Mastering

To set up the Pentaho Data Mastering application, you must install the Pentaho Data Mastering server, components for the OpenObserve platform, and the Keycloak Identity and Access Management (IAM) server.

You can install Pentaho Data Mastering online, while connected to the internet, or offline, with files that you download before the installation process. The online installation process requires you to download files from a JFrog Artifactory repository. The offline installation process requires you to download files from Hitachi Content Platform Anywhere.

Before you begin, verify that you have completed the prerequisites:

[Pre-requisites for installation](/pentaho-data-mastering/installing-pentaho-data-mastering/pre-requisites-for-installing-master-data-management.md)

To install Pentaho Data Mastering, complete the following procedures in order:

1. [Downloading files and drivers](/pentaho-data-mastering/installing-pentaho-data-mastering/downloading-files-and-drivers.md)
2. [Installing configuration pre-requisites](/pentaho-data-mastering/installing-pentaho-data-mastering/installing-configuration-pre-requisites.md)
3. [Setting environmental variables](/pentaho-data-mastering/installing-pentaho-data-mastering/setting-environmental-variables.md)
4. [Installing the OpenObserve APM tool components](/pentaho-data-mastering/installing-pentaho-data-mastering/installing-the-openobserve-apm-tool-components.md)
5. [Setting up the Keycloak IAM server](/pentaho-data-mastering/installing-pentaho-data-mastering/setting-up-the-keycloak-iam-server.md)
6. [Installing the Pentaho Data Mastering server](/pentaho-data-mastering/installing-pentaho-data-mastering/installing-the-pentaho-data-mastering-server.md)
7. [Validating installation of Pentaho Data Mastering](/pentaho-data-mastering/installing-pentaho-data-mastering/validating-installation-of-pentaho-data-mastering.md)
8. [Validating installation of the OpenObserve tool](/pentaho-data-mastering/installing-pentaho-data-mastering/validating-installation-of-the-openobserve-tool.md)

After you have installed Pentaho Data Mastering, see the following related topics:

1. [Frequently used commands to verify Docker container details](/pentaho-data-mastering/installing-pentaho-data-mastering/frequently-used-commands-to-verify-docker-container-details.md)
2. [Uninstalling components for Pentaho Data Mastering](/pentaho-data-mastering/installing-pentaho-data-mastering/uninstalling-components-for-pentaho-data-mastering.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pentaho-data-mastering/installing-pentaho-data-mastering.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
