vps/scripts/README.md
2023-02-07 21:37:42 +01:00

23 lines
No EOL
429 B
Markdown

# Setup
## Setup host
- Install docker
- Install minikube (https://minikube.sigs.k8s.io/docs/start/)
- Install helm
- Run `setup-env.sh`
## Start minikube
`minikube start`
`./scripts/minikube-setup`
## Install cert-manager
`./scripts/cert-manager.sh`
## Apply configs
First, apply all the configs in `./kube` directly. Only apply `server-ingress.yaml`, not `local-ingress.yaml`!
Then, apply all configs in `./kube/apps`.