Kubernetes powered PaaS that runs in your own cloud. https://porter.run

jusrhee d4e85db063 frontend-graph 5 роки тому
cmd 7ee14897b5 fix merge conflict 5 роки тому
dashboard d4e85db063 frontend-graph 5 роки тому
docker 7cd0cdd41d fixed namespace bug 5 роки тому
docs 7a6e922646 fixed api docs mixup 5 роки тому
internal da9f8c90a8 update helm package tests 5 роки тому
server 81031e47d0 added errors to docs 5 роки тому
.air.toml e71b846b93 ignore dashboard in air.toml 5 роки тому
.gitignore e00e0bbf39 gitignore yaml 5 роки тому
README.md ef3f3705be dev environment setup 5 роки тому
app 05a94f3c70 merge 5 роки тому
docker-compose.dev.yaml 41a6969a7e updated docker compose dev 5 роки тому
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 5 роки тому
go.mod ed42672129 function for upgrade 5 роки тому
go.sum da9f8c90a8 update helm package tests 5 роки тому

README.md

Porter

For development:

docker-compose -f docker-compose.dev.yaml up --build

And then visit localhost:8080 in the browser.

Testing

From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.