From 4f1560f6919280767f7666cd28e31fd7767165bb Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 14 Oct 2023 22:47:51 -0300 Subject: [PATCH] Basic README Implementation --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5151f..5df62ed 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# infra-kubernetes +# infra-hideyoshi.com + +## How to Configure + +- Requirements: + + This project requires a working kubernetes cluster, in case of a testing environment a minikube cluster will by configured for you, otherwise a kubernetes will not be configured. + +- Configuring Secrets: + + ``` + python -m pip install --upgrade pip pipenv + pipenv install + pipenv run python setup.py -e prod -f config.json + ``` + +- Running Kubernetes Application: + + ``` + sudo apt update && sudo apt install -y jq python3-pip + cd infra-hideyoshi.com + ./deploy.sh {{environmet-flag}} + ``` + + `{{environment-flag}}`: `--test`, `--staging`, `--prod`