License Key
Provide the license key to Tamr.
Setting The License Key
Obtaining a License Key
To obtain a license key please contact Tamr Support at
[email protected]
.
To set the license key:
- Run the Tamr admin command
config:set
to set the variableTAMR_LICENSE_KEY
to the license key value as follows
${TAMR_UNIFY_HOME}/tamr/utils/unify-admin.sh config:set TAMR_LICENSE_KEY="<license-key-value>"
- Restart Tamr and its dependencies (Restarting).
OR
- Create a new file on the Tamr deployment server, such as
local-config.yaml
, with the following contents:
---
TAMR_LICENSE_KEY: "<license-key-value>"
- Run the Tamr admin command
config:set
with the--file
argument as follows:
${TAMR_UNIFY_HOME}/tamr/utils/unify-admin.sh config:set --file local-config.yaml
- Restart Tamr and its dependencies (Restarting).
Updated over 5 years ago
What’s Next