Skip to content

Commit

Permalink
updated project README, all services
Browse files Browse the repository at this point in the history
  • Loading branch information
awanmbandi committed Jun 14, 2024
1 parent 630e95d commit 1949348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Multi-Microservice Application Project Architecture
**Online Boutique:** This is a cloud-first microservices application. The Online Boutique consists of about 11-12 microservices that makes up the application.
![ProjectArch](https://github.com/awanmbandi/realworld-microservice-project/blob/zdocs/images/%5BK8S%20Project%5D%20Multi-Service%20Application%20Project%20Arch.png)
***

Expand Down
7 changes: 0 additions & 7 deletions installtions/installations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ sudo chmod 777 /var/run/docker.sock
docker version
sudo usermod -aG docker jenkins

# Install Trivy
sudo apt-get install wget apt-transport-https gnupg lsb-release -y
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | sudo tee /usr/share/keyrings/trivy.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/trivy.gpg] https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main" | sudo tee -a /etc/apt/sources.list.d/trivy.list
sudo apt-get update
sudo apt-get install trivy -y

# Install Terraform
sudo apt install wget -y
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
Expand Down

0 comments on commit 1949348

Please sign in to comment.