All system setups can be installed unattended as described follows.
Core-Service
The setup can be run automatically via script. The call looks like this:
yuuvis_rad_service-manager_setup_x.x.x.exe --mode unattended --optionfile install.options |
Example for the install.options
installDir=C:\ORACLEINSTALL serviceName=enaio_dms_ora serviceDisplayName=DMS Service Oracle dataDir=C:\ORACLEINSTALL\DATA dbType=Oracle dbServer=10.1.4.149 dbPort=1521 dbName=enaiodb dbUser=user dbPassword=password update=false setupStartService=1 |
Description of the installation parameters
Option | Description |
---|---|
installDir | Installation directory |
serviceName | Installierted technical service name (without blank) |
serviceDisplayName | Display name for the service |
dataDir | Data directory (WORK/CACHE) |
dbType | Database-type, possible values : MSSQL, postgres oder Oracle |
dbServer | Database server (name or IP) |
dbPort | Database port, defaults: |
dbName | Database name |
dbUser | Database user |
dbPassword | Database password |
update | If 'false' a new installation is always performed. Otherwise only the system files are updated. |
setupStartService | If '1', the dms service will be started automatically after the setup. |
Elasticsearch
TBD
Service-Manager
TBD
Rendition-plus
TBD