https://github.com/mayadata-io/oep-pipelines-dashboard-backend
https://github.com/mayadata-io/oep-pipelines-dashboard-backend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayadata-io/oep-pipelines-dashboard-backend
- Owner: mayadata-io
- Created: 2020-04-14T05:13:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T06:56:49.000Z (over 5 years ago)
- Last Synced: 2025-07-07T09:43:07.418Z (11 months ago)
- Language: Go
- Size: 123 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/mayadata-io/oep-pipelines-dashboard-backend)
#[](https://gitlab.openebs.ci/openebs/oep-pipelines-dashboard-backend/pipelines)
#[](https://bettercodehub.com/)
OpenEBS CI-E2E Status
## Pre-requisites for k8s cluster
```bash
kubectl apply -f https://openebs.github.io/charts/openebs-operator-0.8.0.yaml
kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/0.8/k8s/openebs-storageclasses.yaml
https://github.com/openebs/openebs.git
cd openebs/k8s/demo/crunchy-postgres/
ls -ltr
./run.sh
```
## Pre-requisite for localhost
1 - Postgress running in local
2 - Export variable like following ...
```bash
export DBHOST=
export DBPORT=
export DBUSER=
export DBPASS=
export DBNAME=
export TOKEN=
```
3 - run the main file
example:
```bash
go run main.go
```