To run you own project "Steward" you need a Kubernetes cluster. Currently Kubernetes 1.13 is recommended.
Project "Steward" requires Tekton. Please read the Tekton installation instructions.
In short:
kubectl apply -f https://github.com/tektoncd/pipeline/releases/download/v0.7.0/release.yaml
Clone the repo and change into the backend-k8s directory:
git clone $THIS_REPO
kubectl apply -f ./backend-k8s/steward-system
Example only:
# edit yaml and apply
kubectl apply -f ./backend-k8s/steward-client-example
See the yaml files in this folder for more details about configuration options.