Difference between revisions of "Doc:latest/taeguide/deppkg"

(Installing the TAE Report Server)
(Installing the TAE Test Execution software)
 
Line 9: Line 9:
  
 
* Install 3rdparty packages
 
* Install 3rdparty packages
# sudo -i
+
# sudo -i '''(become root because you will be installing software)'''
 
# cd <TAEBASE>/3rdparty
 
# cd <TAEBASE>/3rdparty
 
# make
 
# make

Latest revision as of 16:05, 13 March 2013

Contents

[edit] 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>.

[edit] 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.

[edit] 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.

[edit] 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.