mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
711 B
711 B
CONFIGURATION
You need to create an xml configuration file. It must contain:
# root of xml
<settings> </settings>
# report.csv path
<reportPath> </reportPath>
# directory with test documents
<inputDirectory> </inputDirectory>
# results directory
<outputDirectory> </outputDirectory>
# path to x2t
<x2tPath> </x2tPath>
# num cores to use
<cores> </cores>
You can use the following template:
<?xml version="1.0" encoding="utf-8"?>
<settings>
<reportPath> </reportPath>
<inputDirectory> </inputDirectory>
<outputDirectory> </outputDirectory>
<x2tPath> </x2tPath>
<cores> </cores>
</settings>
USAGE
Run a program with 1 argument - path to xml configuration file.