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

Alexander Belanger 56d02cb647 Merge branch 'frontend-boilerplate' of https://github.com/porter-dev/porter into kubeconfig-test 5 years ago
cmd 47c87e7cee set + update kubeconfig integrated 5 years ago
dashboard c47ce937a6 fe w/ optional user update params 5 years ago
docker 01ee288d31 Merge branch 'dev-environment' into login-integration 5 years ago
docs 22ee4b8891 logout integration and testing 5 years ago
internal f046f3cf18 helm agent temp 5 years ago
server 78cd5b14a4 fixes #30 5 years ago
.air.toml 4c246f59da test repository without sqlmock 5 years ago
.gitignore b41fd7000c Merge branch 'master' into login-integration 5 years ago
INT_TEST.md 2c05a00ead basic testing 5 years ago
README.md ef3f3705be dev environment setup 5 years ago
app 05a94f3c70 merge 5 years ago
docker-compose.dev.yaml ef3f3705be dev environment setup 5 years ago
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 5 years ago
go.mod eeae8a228a Merge branch 'master' of https://github.com/porter-dev/porter into kubeconfig 5 years ago
go.sum eeae8a228a Merge branch 'master' of https://github.com/porter-dev/porter into kubeconfig 5 years ago
test.yaml 7ecc5f09d7 initial boilerplate 5 years ago

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.