This service is distributed via Homebrew.
brew tap voriteam/voripos
brew install voripos-provisionAfter installing, run the command below to provision the system:
voripos-provision.shYou can run against a non-production API server by setting the VORI_API_ROOT environment variable:
VORI_API_ROOT=https://api.dev.vori.com/v1 voripos-provision.shRe-provision systems by running the command below. This will use OIDC to authenticate to the API and download lane data.
voripos-provision.sh -rProvisioning can be run without user input by passing the -s (silent) flag. This requires the token to be
passed using the -t flag. Remember to wrap the token in quotes.
voripos-provision.sh -s -t "ABC-1234"No token is required when re-provisioning an already-provisioned system.
voripos-provision.sh -rs- Update
VORIPOS_PROVISION_VERSION. - Create a release on GitHub.
- Follow the instructions at https://github.com/voriteam/homebrew-voripos to update the tap with the latest version.