Updated on January 3, 2022
Getting started
Quickstart
The easiest way to get started with Orchestrate is to download the Quorum Developer Quickstart using npx
.
Note
npx
comes bundled with npm
version 5.2+.
The Quickstart uses Docker Compose to configure and run each of Orchestrate microservices.
Simply run the command below and follow the instructions:
npx quorum-dev-quickstart
Other alternatives
The methods for using Orchestrate are:
- Docker-compose for development environments.
- Helm charts for production environments.