Skip to content

Getting Started

Tony edited this page Apr 9, 2019 · 3 revisions

Running in Docker

To quickly get started you can simply run

docker run -p 5022:80 xucito/cindi:1.0

Cindi can than be browsed at:

Portal: http://localhost:5022

API Documentation: http://localhost:5022/swagger

Note: Default username and password is admin and PleaseChangeMe respectively

Data for Cindi is stored at "/data" path, mount a volume to have persistence of data.

Startup

Set neccessary settings for your first node

Setting Default Explanation
DefaultPassword PleaseChangeMe
EncryptionKey N/A
EnableUI Whether to serve the client app on this node
DefaultSuspensionTimeMs 3000 How long to suspend steps by default if suspension times are not specified
DBConnectionString mongodb://localhost:27017 The mongodb connection string
Clone this wiki locally