WANdisco Git MultiSite logo

WANdisco Replication Binaries

The repositories within contain binaries built by WANdisco to work with WANdisco Git MultiSite.

Supported Platforms

The following platforms are supported.

RedHat Enterprise Linux 6

To install these packages, run the following as root:

# cat <<EOF > /etc/yum.repos.d/WANdisco-git.repo
[WANdisco-git]
name=WANdisco Replicated Git
baseurl=http://opensource.wandisco.com/replication/rhel/\$releasever/git/\$basearch
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-WANdisco
EOF

# curl -s http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > RPM-GPG-KEY-WANdisco
# rpm --import RPM-GPG-KEY-WANdisco
# rm RPM-GPG-KEY-WANdisco
# yum install git

Ubuntu 12.04

To install these packages, run the following as root:

# wget -O - http://opensource.wandisco.com/wandisco-debian.gpg | apt-key add -
# cat <<EOF > /etc/apt/sources.list.d/WANdisco-git.list
deb http://opensource.wandisco.com/replication/ubuntu precise git
EOF

# apt-get update
# apt-get install git