Installing the Host Server Components

Enable the TeamDrive Host Server yum Repository

The TeamDrive Host Server components are available in the form of RPM packages, hosted in a dedicated yum repository. This makes the installation and applying of future updates of the software very easy — you can simply run yum update to keep your Host Server software up to date.

To enable the repository, you need to download the td-hostserver.repo file and place it into the directory /etc/yum.repos.d/, e.g. by using wget:

[root@hostserver ~]# wget -O /etc/yum.repos.d/td-hostserver.repo \
http://repo.teamdrive.net/td-hostserver.repo

This will enable the “TeamDrive Host Server Version 3.0.013” repository, which you can check by running yum repolist afterwards:

[root@hostserver ~]# yum repolist
Loaded plugins: security
repo id                            repo name                                   status
td-hostserver-3.0.013              TeamDrive Host Server Version 3.0.013           2
base                               CentOS-6 - Base                             6.367
extras                             CentOS-6 - Extras                              14
updates                            CentOS-6 - Updates                          1.094
repolist: 7.477

Download and Install the TeamDrive Host Server Package

Perform the download and installation of the Host Server installation RPM package using the yum package manager:

[root@hostserver ~]# yum install td-hostserver

The TeamDrive Hosting Service depends on the Yvva Runtime Environment version 1.0.0 or later to be installed and configured. It will be installed by yum as a dependency on td-hostserver automatically.

Once the TeamDrive Host Server software has been installed successfully, you can proceed with the initial configuration.