Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farrukh90 committed Dec 12, 2023
1 parent 8452a6b commit f276287
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f276287

Please sign in to comment.