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 |version|" repository, which you can check by running ``yum repolist`` afterwards: .. parsed-literal:: [root\@hostserver ~]# yum repolist Loaded plugins: security repo id repo name status td-hostserver-|version| TeamDrive Host Server Version |version| 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 |yvvaversion| 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.