Follow the pre-installation steps first.
Add Perforce's repository to your package configuration.
See this document for instructions on adding Perforce's packaging key to your keyring, as well as adding the Perforce package repository to your package configuration.
Install the GitSwarm package and necessary dependencies via the OS package manager.
For Ubuntu (12.04 and 14.04):
sudo apt-get install helix-gitswarm
For CentOS/RHEL (6.6+ and 7.x):
sudo yum install helix-gitswarm
Complete the post-installation steps.
Post-installation steps.
Follow the pre-installation steps first.
Add Perforce's repository to your package configuration.
See this document for instructions on adding Perforce's packaging key to your keyring, as well as adding the Perforce package repository to your package configuration.
Install and configure the necessary dependencies.
For Ubuntu (12.04 and 14.04):
sudo apt-get install openssh-server ca-certificates perforce-server helix-git-fusion-base
Download the GitSwarm package and install everything.
For Ubuntu 12.04 (precise):
curl -O https://package.perforce.com/apt/ubuntu/pool/release/h/helix-gitswarm/helix-gitswarm_2016.3-2~precise_amd64.deb
sudo dpkg -i helix-gitswarm_2016.3-2~precise_amd64.deb
For Ubuntu 14.04 (trusty):
curk -O
https://package.perforce.com/apt/ubuntu/pool/release/h/helix-gitswarm/helix-gitswarm_2016.3-2~trusty_amd64.deb
sudo dpkg -i helix-gitswarm_2016.3-2~trusty_amd64.deb
For CentOS/RHEL 6.6+:
curl -O https://package.perforce.com/yum/rhel/6/x86_64/helix-gitswarm-2016.3-2.el6.x86_64.rpm
sudo yum install helix-gitswarm-2016.3-2.el6.x86_64.rpm
For CentOS/RHEL 7.x:
curl -O https://package.perforce.com/yum/rhel/7/x86_64/helix-gitswarm-2016.3-2.el7.x86_64.rpm
sudo yum install helix-gitswarm-2016.3-2.el7.x86_64.rpm
Complete the post-installation steps.
Post-installation steps.