# Deploy sripts should be used from the git root of this repo
# Deploy StackRox locally on Kubernetes
$ ./deploy/k8s/deploy-local.sh
# Deploy StackRox locally on OpenShift
$ ./deploy/openshift/deploy-local.sh
# Deploy StackRox on a remote OpenShift cluster with an exposed route
$ LOAD_BALANCER=route ./deploy/openshift/deploy.sh
Most environment variables can be found in common/env.sh.
