Install an orchestrator
Install an orchestrator
For information on installation and setup for an evaluation environment, see Evaluation installation. For OS-specific instructions on installation and setup for production environments, see:
ℹ️
The Orchestrator follows SemVer Versioning.
For more information, see Orchestrator Versioning.
Downloading assets via API
Latest
The latest versions of Maverics assets can be downloaded via API for CI/CD pipelines using the commands below. Contact [email protected] for an authorization token.
MSI
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//msi/releases/latest/maverics_msi.zip"
RPM
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//rpm/releases/latest/maverics_rpm.zip"
Ubuntu/Debian
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics/deb/releases/latest/maverics_deb.zip"
MacOS
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//darwin/releases/latest/maverics_macos.zip"
Versions
To download a specific version of a Maverics package, use the commands below, substituting <v0.xx.xx> for the version number.
MSI
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//msi/releases/<v0.xx.xx>/maverics_msi.zip"
RPM
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//rpm/releases/<v0.xx.xx>/maverics_rpm.zip"
Ubuntu/Debian
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics/deb/releases/<v0.xx.xx>/maverics_deb.zip"
MacOS
curl -H "Authorization: Bearer {BEARER_TOKEN}" -L -O "https://strataidentity.jfrog.io/artifactory/mav-maverics/orchestrator-install/maverics//darwin/releases/<v0.xx.xx>/maverics_macos.zip"