mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
docs
This commit is contained in:
parent
4be274f187
commit
75fc72d03a
2 changed files with 27 additions and 0 deletions
|
|
@ -16,3 +16,7 @@ The VPS has an nginx server at the front.
|
|||
# useful links
|
||||
## Install mongosh
|
||||
https://www.mongodb.com/docs/mongodb-shell/install/#std-label-mdb-shell-install
|
||||
|
||||
# fresh setup
|
||||
|
||||
Follow the README in `scripts/README.md`
|
||||
23
scripts/README.md
Normal file
23
scripts/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue