Frontend service for the Mantichor Choreography Execution Engine.
908
Frontend service for the Mantichor Choreography Execution Engine.
Clone the repository
foo@bar:~$ git clone https://github.com/bptlab/mantichor-frontend
foo@bar:~$ cd mantichor-frontend
Deploy the service using docker compose / stack:
foo@bar:~$ docker-compose up
OR
foo@bar:~$ docker stack deploy -c docker-compose.yml mantichor
git clone https://github.com/bptlab/mantichor-frontend
cd mantichor-frontend
npm install
npm start
docker login
docker build -t bptlab/mantichor-frontend:latest .
docker run -p 8080:8080 bptlab/mantichor-frontend:latest
docker push bptlab/mantichor-frontend:latest
Copyright (c) 2018
Licensed under the MIT license.
Content type
Image
Digest
Size
10.6 MB
Last updated
almost 6 years ago
docker pull bptlab/mantichor-frontend