You need a JDK or JRE 1.8 to install the application.
The application is packaged in a ZIP file called ape-XXX.zip, which is available in the %ADELIWS%\distrib\AdeliaPrintEngine directory.
Its content is as follows:
- "bin" directory: contains the scripts for starting the application;
- "config" directory: contains the Apache FreeMarker (freemarker.properties) and Apache FOP (fop.xconf) engine configuration files.
It also contains the application-XXX.yml file to outsource the configuration of the Spring Boot Adelia Print Engine application (log level, listening port, etc.); - "lib" directory: contains the application binary, namely mergeTransformMicroService-XXXX.jar.
The application can be started in two ways:
- either in a one-off way (started from a command interpreter) via ape-XXX.bat or ape-XXX.sh scripts,
- or as a service (in Windows only) via the apeService.bat script.