# Add Data Shaper to Data Mover

Starting with version 1.20.15, you can add Data Shaper to your Data Mover 1.20.15 installation.&#x20;

To do this, download the package **1.20.15-DATA\_SHAPER-Linux64.tar.gz** and follow the steps below.

Data Mover 1.20.15 must be already operational, with a fully set up STENG cluster at the time Data Shaper is installed. &#x20;

## Preliminary steps

Data Shaper requires these manual steps to be executed before launching the update procedure:

1. Edit these configuration files:

```
${doim_home}/config/dmcfg.yaml
${doim_home}/domain-data/dmcfg.yaml
```

2. In the ext\_cfg section, add the following key-value pair:

```
dataShaperPortNumber: 13005
```

3. Save the files.

## Launch the update

Now you can proceed with the update.&#x20;

Run this command:&#x20;

```
./doim.sh update-prepare
```

The update procedure will start and will execute all the steps including the installation of the Data Shaper processor and designer.

Data Shaper will be installed in the datashaper directory on the STENG.&#x20;

The datashaper directory contains 2 subdirectories:

* datashaper-designer
* datashaper-processor&#x20;

## Data Shaper Project setup

A default project template is included in the package. If you want to use your own project configuration, follow steps 1-3. Otherwise, skip this section.&#x20;

1. Copy and replace the /config directory into the STENG path with this command:

```
../datashaper/datashaper-processor/config
```

2. Ensure that the configuration files match your project directories:

```
../datashaper/datashaper-processor/datashaper-environment.sh
../datashaper/datashaper-designer/bin/start-tomcat.sh
```

3. Save changes and ensure that paths point to valid project folders.&#x20;

## Start Data Shaper from Data One

### Installing Data Shaper product license

In order to install Data Shaper license key, you must place the license file named `datashaper-license` in `DOIM_HOME/licenses` and then run this command:

```
doim.sh license-install
```

Data Shaper is now fully installed. You can refresh Data One and all Data Shaper components will become available (see also [Basic system control: starting, stopping and checking status](/data-one-installation-manager/install-data-mover-+-data-watcher-+-data-shaper/running-the-system-for-the-first-time/basic-system-control-starting-stopping-and-checking-status.md)).

{% hint style="success" %}
Tip: To check that the Data Shaper license is correctly installed, in Data One go to **Design** and verify that the Data Shaper option is displayed.&#x20;
{% endhint %}

In Data One, go to **Setup** → **STENG, Clusters and Servers** → **New Server** and follow the instructions on the Data Shaper documentation.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.primeur.com/data-one-installation-manager/installation-on-linux/add-data-shaper-to-data-mover.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
