Doc:latest/taeguide/deppkg

Contents

Deployment and Packaging

The OpenClovis TAE is provided in the form of a gzipped tar file (.tar.gz) or GitHub source repository. You can open this file (tar xvfz <filename>) in directory (as "root" user), or clone the repository. It will create a directory called TAE. The rest of this document will refer to this directory using the symbol <TAEBASE>.

Steps to install TAE

Typically you will want to install the TAE Report Server (web GUI) on a single machine and install the TAE Test Execution software on many machines, for example developer workstations, nightly build servers, etc.

Installing the TAE Test Execution software

  • Install 3rdparty packages
  1. sudo -i (become root because you will be installing software)
  2. cd <TAEBASE>/3rdparty
  3. make

Also, note that you do not need to copy the <TAEBASE>/taereport directory to machines that only require the TAE Test Execution software.

Installing the TAE Report Server

Please install the TAE Test Execution software as described above. Then read the document located at <TAEBASE>/taereport/README.txt for instructions on how to install and configure the Report Server.