-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Tony edited this page Apr 9, 2019
·
3 revisions
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.
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 |