説明

Linuxパッケージを利用して、Helix CoreサーバをLinux環境へインストールすることができます。

対応しているLinuxディストリビューションは2つです。
それぞれのインストール手順を記載します。

「Helix Coreサーバ管理者ガイド: 基本」- Linuxパッケージベースのインストール
「Helix Core Server Administrator Guide: Fundamentals」-Linux package-based installation(英文)

Debian(.deb) for Ubuntu systems

  1. Perforce Helix Coreパッケージ用リポジトリの作成

    Perforce Helix Coreパッケージ用のリポジトリを作成します。
    ファイル名 /etc/apt/sources.list.d/perforce.list 
    OSのバージョンに合わせて、以下を実行します。

    deb http://package.perforce.com/apt/ubuntu/ precise release

    deb http://package.perforce.com/apt/ubuntu/ trusty release

    deb http://package.perforce.com/apt/ubuntu/ xenial release

      

  2. Perforce Helix Coreパッケージ署名鍵のインポート

    次のコマンドを実行して署名鍵をインポートします。

    $ wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add -

      

  3. Perforceサービスパッケージのインストール

    次のコマンドを実行し、Perforceサービスパッケージをインストールします。

    $ sudo apt-get update $ sudo apt-get install helix-p4d

    helix-cli
    helix-cli-base
    helix-p4d-base
    helix-p4d-base-XX.X
    helix-p4dctl

    XX.Xは、バージョン番号です。最新バージョンのP4Dがインストールされます。

RPM (.rpm) for CentOS and RedHat Enterprise Linux (RHEL)

  1. Perforce Helix Coreパッケージ用リポジトリの作成

    Perforce Helix Coreパッケージ用のリポジトリを作成します。
    ファイル名 /etc/yum.repos.d/perforce.repo
    OSのバージョンに合わせて、以下を実行します。

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/6/x86_64/
    enabled=1
    gpgcheck=1

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/7/x86_64/
    enabled=1
    gpgcheck=1

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/8/x86_64/
    enabled=1
    gpgcheck=1

  2. Perforce Helix Coreパッケージ署名鍵のインポート

    次のコマンドを実行して署名鍵をインポートします。

    # rpm --import https://package.perforce.com/perforce.pubkey

      

  3. Perforceサービスパッケージのインストール

    次のコマンドを実行し、Perforceサービスパッケージをインストールします。

    # yum install helix-p4d

    helix-cli
    helix-cli-base
    helix-p4d-base
    helix-p4d-base-XX.X
    helix-p4dctl

    XX.Xは、バージョン番号です。最新バージョンのP4Dがインストールされます。