Introduction ============ This manual will guide you through the installation of your own local TeamDrive Registration Server. This document is intended for system administrators who need to install and configure a TeamDrive Registration Server. Requirements ------------ .. include:: ../common/Requirements.rst Hardware Requirements ~~~~~~~~~~~~~~~~~~~~~ Operating a TeamDrive Registration Server requires an Intel/AMD-based server system, which should have at least a dual-core x86-64 CPU (quad-core or more is recommended), with a minimum of 2 GB of RAM. This could be a physical or a virtual instance. Operating System ~~~~~~~~~~~~~~~~ The TeamDrive Registration Server is based on TeamDrive-specific services (PrimeBase Application Server) and a "LAMP-Stack" (Linux/Apache/MySQL/PHP) for managing the Registration Server (e.g. user accounts, provider, etc). We recommend a recent 64-bit version of **Red Hat Enterprise Linux 6** (RHEL 6) or a derivative distribution like **CentOS 6**, **Oracle Linux 6** or **Scientific Linux 6**. This document is written with this OS environment in mind |---| the names of packages, configuration files and path names might be different on other Linux distributions. If you have any questions about using other Linux distributions, please contact `sales@teamdrive.net `_. The following Linux operating system components are required: - Apache http Server (at least 2.2) - MySQL server (5.1 or later, 5.5 or 5.6 are recommended for better performance) - PHP 5.3 - 32-bit runtime libraries - A working MTA configuration (e.g. a local Sendmail or Postfix instance, or a remote MTA) We suggest to start with a minimal OS installation, adding these components using the yum package manger afterwards. TeamDrive Server components ~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following TeamDrive-specific components will be installed: - PrimeBase Application Server Version |pbversion| (or newer) - PrimeBase Apache-Module ``mod_pbt.so`` Version 1.1.26 (or newer) - TeamDrive Registration Server and the PHP-based Administration Console Version |version| (or newer)