From f276287a2ca63420d6fb8b364cc371a3023dd09f Mon Sep 17 00:00:00 2001 From: farrukh90 Date: Mon, 11 Dec 2023 19:09:18 -0600 Subject: [PATCH] updated readme --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 1025531..61890dd 100644 --- a/README.md +++ b/README.md @@ -40,34 +40,19 @@ Artemis aims to transform the way individuals shop online, offering a secure, co -# Installation +# Build Process ### Specs: ``` Port: 5000 ``` + +# Deploy Process ##### To check if helm is installed in the system please run below commands: ``` helm version ``` -## If above command responds with an error output, please follow the instructions listed below - - -### 1. Read helm compatibility -``` -https://helm.sh/docs/topics/version_skew/ -``` - -### 2. Install helm to your repository -``` -wget https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz -tar xzvf helm-v3.7.2-linux-amd64.tar.gz -rm -rf helm-v3.7.2-linux-amd64.tar.gz -mv linux-amd64/helm charts/ -cd chart -``` - ### 3. Create helm chart for application ``` ./helm create application