Standard setup

The following information only applies to manual P4 DAM deployment. Do not follow these steps if you are using the automated deployment.

It does not take long to get P4 DAM up and running with Standard deployment.

P4 DAM is built on top of Perforce TeamHub. To install P4 DAM, use the Perforce TeamHub packages.

You can either download TeamHub packages and install them manually, or install P4 DAM using the Perforce package repositories (recommended).

Step 1: Before you begin

Do not install P4 DAM before making sure all prerequisites are met.

Confirm that you have met all of the following prerequisites before installing and configuring P4 DAM:

Step 2: Install packages

Install using repositories

Install the package itself as root (recommended). If you have downloaded the TeamHub package, see Install manually from a downloaded TeamHub package.

RHEL and CentOS

  1. Configure the Perforce repository if you have not already. See Configure the Perforce repository.

  2. Run the following command to install the TeamHub package:

    sudo yum install hth

Ubuntu

  1. Configure the Perforce repository if you have not already. See Configure the Perforce repository.

  2. Run the following commands to install the TeamHub package:

    sudo apt-get update
    sudo apt-get install hth

Install manually from a downloaded TeamHub package

If you have downloaded the TeamHub package, perform the following steps to install it.

RHEL and CentOS

  1. Run the following command to install the package where <version> is the TeamHub version and <OS-Version> is the operating system version:

    rpm -ivh hth-<version>-stable.el<OS-Version>.x86_64.rpm

    For example, to install TeamHub 2025.3, run:

    • On RHEL/CentOS 8:

      rpm -ivh hth-2021.2-stable.el8.x86_64.rpm

    • On RHEL 9:

      rpm -ivh hth-2021.2-stable.el9.x86_64.rpm

Ubuntu

  1. Run the following command to install the package:

    dpkg -i hth_<version>-stable~<distro>_amd64.deb

    where:

    • <version> is the TeamHub release you are installing, such as 2025.3.
    • <distro> is bionic or focal.

    For example, to install TeamHub 2025.3 on focal, run:

    dpkg -i hth_2025.3-stable~focal_amd64.deb

Step 3: Configure P4 DAM

To change the default Company ID, administrator User ID, and password before completing installation, you must make the changes before you run the hth-ctl reconfigure control command for the first time. Otherwise, you can change the values after installation in company and user settings.

To change the default values now, run the following commands:

export HTH_INIT_COMPANY_NAME="<hth>"

export HTH_INIT_USERNAME="<administrator>"

export HTH_INIT_PASSWORD="<password>"

<hth> is the Company ID, <administrator> is the User ID, and <password> is the password.

Company ID and Username must be 2 - 100 characters and cannot contain spaces. Valid characters: A-Z, a-z, 0-9,-, _

Every installation, upgrade, or configuration change in P4 DAM needs the TeamHub Control utility to reconfigure P4 DAM for changes to take effect. To enable all required services after installation, run the following command:

sudo hth-ctl reconfigure

Next steps

After installation is complete, you must configure P4 DAM. See Configure P4 DAM after manual deployment for details.