Skip to content

Commit

Permalink
Fix documention
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos5611 committed Feb 25, 2021
1 parent 8405690 commit d0a6bc5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@ for that. Additionally monitoring must ensure that bottlenecks can be detected e
* Follow the steps [described here](./infrastructure/README.md) in order to prepare minikube and hosts.


* Run `eval $(minikube docker-env)` in order to connect minikube with a local docker.


* Run `./build-docker-images.sh` from root and wait that API and Web app are dockerized.


* Go into `terraform` folder and run `./install`. This will run terraform and install all the components to Minikube.
* Go into `infrastructure/terraform` folder and run `./install`. This will run terraform and install all the components to Minikube.


* Front end of the application can be accessed at http://conference.frontend
Expand Down Expand Up @@ -121,7 +115,6 @@ Seed test data with:
├─ infrastructure/ # Infrastructuree of the application
|
├─ docker-compose.yaml # Config to run app in local docker container
├─ build-docler-images.sh # Build Api and Web docker images from the root folder
├─ .gitignore # List of files and folders not tracked by Git
└─ README.md # This file
```
Expand Down
7 changes: 0 additions & 7 deletions build-docker-images.sh

This file was deleted.

1 change: 0 additions & 1 deletion infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ for that. Additionally monitoring must ensure that bottlenecks can be detected e
minikube addons enable ingress
minikube addons enable dashboard
minikube addons enable freshpod
minikube addons enable metrics-server
```

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/helm_config/backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: pac_mnikolic_api
repository: mnikolic/pac_mnikolic_api
tag: latest
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/helm_config/frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: pac_mnikolic_web
repository: mnikolic/pac_mnikolic_web
tag: latest
envFrom:
- configMapRef:
Expand Down

0 comments on commit d0a6bc5

Please sign in to comment.