Skip to content

Commit

Permalink
dome-go branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Nov 2, 2021
1 parent f751aac commit 2aa3795
Show file tree
Hide file tree
Showing 59 changed files with 3,292 additions and 8,343 deletions.
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
*venv/
*__pycache__/
.vscode/
node_modules/
.env
*.env
repo_*

.vscode/*
node_modules
63 changes: 11 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,15 @@
# README.md
# Dome-go
Refactoing of [Dome](https://github.com/Omarabdul3ziz/dome) with Golang

# Do me!
### Requirments

Dome ...like Done!
Make sure you have the following:
1. Go
2. Node, npm, vue
3. Mongo

To-do List app with ( Flask - MongoDB - Vue.js ) stack, each service containerized and pushed to [docker hub](https://hub.docker.com/u/omarabdul3ziz), And the repo has the configurations to deploy with Kubernetes.
### Usage

**For Testing:**

- Download the src

```bash
git clone https://github.com/Omarabdul3ziz/dome.git
cd dome/
```

- Start minikube cluster

```bash
minikube start
```

- Run the bash script

It will download the images from public registry

```bash
sh deploy.sh
```

- Open your browser and go to [http://do.me/](http://do.me/)




**Helm**

- Install from `.tgz` file

It will download the images from public registry

```bash
helm install dome-chart ./dome-0.1.0.tgz
```


- Add path to hosts

```bash
echo "$(minikube ip) do.me" | sudo tee -a /etc/hosts
```



- Open your browser and go to [http://do.me/](http://do.me/)
```
sh start.sh
```
23 changes: 0 additions & 23 deletions chart/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions chart/Chart.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions chart/templates/NOTES.txt

This file was deleted.

62 changes: 0 additions & 62 deletions chart/templates/_helpers.tpl

This file was deleted.

90 changes: 0 additions & 90 deletions chart/templates/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions chart/templates/hpa.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions chart/templates/ingress.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions chart/templates/secret.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions chart/templates/service.yaml

This file was deleted.

Loading

0 comments on commit 2aa3795

Please sign in to comment.