This document presents an overview of odi test manager and explains how users can get started with it.
Installation Requirements
Software Requirements
Hardware Requirements
- The following show minimum hardware requirements to run odi test manager
- CPU : Minimum 4 Core
- Memory : Minimum 8GB RAM
- HDD : Minimum 5GB (depends on data capacity used)
Download
odi test manager can be downloaded from the link below:
Installation
The downloaded file, on which should be located where execution permission for all users is allowed, can be uncompressed.
The below show its structure:
Folder Name | Description | Remarks | |
---|---|---|---|
1 | bin | files related with execution and termination can be found | |
2 | conf | Configuration files can be found | |
3 | db | h2 database automatically created once odi test manager runs | |
4 | logs | log files can be found here | |
5 | target | a WAR file can be found here |
Configuration
"application.properties" under "conf" directory can be modified for configuration purpose
- database :
- port : 8080 is its default port
- ......
The following show an example of "application.properties"
......
Run odi test manager
odi test manager can be started with the following commands:
Windows
bin\start-odi.bat
Linux
./bin/start-odi.sh
Shutdown odi test manager
odi test manager can be shutdown with the following commands:
Windows
bin\stop-odi.bat
Linux
./bin/stop-odi.sh