-
Notifications
You must be signed in to change notification settings - Fork 1
Deployment
Christian Friedow edited this page Aug 19, 2019
·
4 revisions
Deploying Mantichor for an organization means deploying two systems:
- a central Mantichor share server for the organization to exchange models and execution instances
- a Mantichor client containing a frontend and a blockchain adapter for each participant inside the organization
Please refer to the Mantichor architecture for a deeper insight into its structure. Both systems can be easily deployed using docker.
- Docker (>=v1.25)
The Mantichor share server should be deployed on a central server owned by the organization and accessible to all participants
Download the compose file
wget https://github.com/bptlab/mantichor-share/blob/master/docker-compose.yml
Deploy the service using docker stack
docker stack deploy -c docker-compose.yml mantichor
Download the compose file
wget https://github.com/bptlab/mantichor-frontend/blob/master/docker-compose.yml
Deploy the service using docker-compose
docker-compose up
For fast and easy setups, we chose to integrate the
Download the compose file
wget https://github.com/bptlab/mantichor-frontend/blob/master/docker-compose.yml
Deploy the service using docker stack
docker stack deploy -c docker-compose.yml mantichor
Download the compose file
wget https://github.com/bptlab/mantichor-frontend/blob/master/docker-compose.yml
Deploy the service using docker-compose
docker-compose up