Skip to content

Latest commit

History

History
48 lines (30 loc) 路 1.14 KB

envredhat.md

File metadata and controls

48 lines (30 loc) 路 1.14 KB

redhat Redhat/CentOS System Pre-requisites

Versions

Tested on Redhat 7.2. Not domain joined.

64-bit supported.

Dependency Packages

sudo yum -y install libunwind.x86_64 icu

If you're still having issues: Full List Needed

Git

If you use git, git >= 2.9.0 is a pre-requisite for Redhat/CentOS agents.

Based on Install Latest Git on Redhat/Centos

$ yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
$ yum install gcc perl-ExtUtils-MakeMaker

$ cd /usr/src
$ wget https://www.kernel.org/pub/software/scm/git/git-2.9.2.tar.gz
$ tar xzf git-2.9.2.tar.gz

$ cd git-2.9.2
$ make prefix=/usr/local/git all
$ make prefix=/usr/local/git install

In /etc/bashrc

export PATH=$PATH:/usr/local/git/bin

Optionally Java if TfsVc

The agent distributes Team Explorer Everywhere (TEE).

But, if you are using TfsVc, install Oracle Java 1.6+ as TEE uses Java.