이 문서는 odi test manager 시스템 요구사항을 공유하기 위해 작성되었다.
This document presents an overview of odi test manager and explains how users can get started with it.
odi test manager can be downloaded from the link below:
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 |
"application.properties" under "conf" directory can be modified for configuration purpose
The following show an example of "application.properties"
...... |
odi test manager can be started with the following commands:
bin\start-odi.bat |
./bin/start-odi.sh |
odi test manager는 다음을 통해 종료할 수 있다.
bin\stop-odi.bat |
./bin/stop-odi.sh |