(→Deployment and Packaging) |
(→Installing the TAE Test Execution software) |
||
(2 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
==Steps to install TAE== | ==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 | |
− | + | # sudo -i '''(become root because you will be installing software)''' | |
− | + | # cd <TAEBASE>/3rdparty | |
− | + | # make | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * Install | + | |
− | + | ||
− | # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | 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. | |
− | + |
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
- sudo -i (become root because you will be installing software)
- cd <TAEBASE>/3rdparty
- 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.