Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Available from Core of tia Version 2.1.0

KGS internal:

requires account on https://nexus.kgs-software.com/

Prepare repository.cfg to map it to directory /application/config

Start with docker:

  • place repository.cfg to in a folder

  • replace <Folder> with the Folderpath that contains the repository.cfg

  • replace <Version> with a available version on nexus

docker run -p 8080:8080 -v data_volume:/temp/ -v <Folder>/repository.cfg:/application/config/repository.cfg -d docker.kgs-software.com/tia/core/cmis:<Version>

Example:

docker run -p 8080:8080 -v data_volume:/temp/ -v C:/cmis/repository.cfg:/application/config/repository.cfg -d docker.kgs-software.com/tia/core/cmis:2.1.0

Configuration:

Docker command:

This parameter -v data_volume:/temp/ is only required when data are stored in /temp/. When you plan to use other storages (like S3) you no not need these parameter. For differen location modify repository.cfg and the command accordingly.

Environmane Variables

CONFIGDIRECTORY

Directory where repository.cfg is expected. Default is “/application/config/“

LOGGING.LEVEL

Log Level for core of tia. Default is “Debug”. Recommended for Production is “WARN” or “ERROR”.

You can overwrite these with -e <key>=value

  • No labels