Installing the Pentaho Data Mastering server
Install the Pentaho Data Mastering server so that you can use the Pentaho Data Mastering application to maintain your organization's most important data.
Complete the following steps to install the Pentaho Data Mastering server:
Open a file transfer tool, like the PuTTY client, and log into the server.
Run the following command to view the choices for installing, uninstalling, starting, and stopping components on the Pentaho Data Mastering server:
cd /opt/mdm/
./mdm.sh
For example, the following image shows the choices that are shown when you run themdm.sh
command:Enter the number for the
Installing all the MDM components
choice.Confirm that you want to proceed with the choice by typing
Yes
and pressing Enter.Run the following command to verify that the Pentaho Data Mastering components are up and running in the Docker container:
$ sudo docker ps
For example, the following image shows the running status of the Pentaho Data Mastering components:
Next steps
After you have installed the Pentaho Data Mastering server, see Validating installation of Pentaho Data Mastering.
Last updated
Was this helpful?