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

jusrhee 7bf38a98d6 Merge branch 'master' of https://github.com/porter-dev/porter into frontend-integration 5 years ago
cmd 7ee14897b5 fix merge conflict 5 years ago
dashboard 617bb448a0 unintegrated values.yaml editor 5 years ago
docker 7cd0cdd41d fixed namespace bug 5 years ago
docs 41ddc77ce5 fix docs 5 years ago
internal 224e6d678a clean up terminology 5 years ago
server 224e6d678a clean up terminology 5 years ago
.air.toml e71b846b93 ignore dashboard in air.toml 5 years ago
.gitignore e00e0bbf39 gitignore yaml 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 ed42672129 function for upgrade 5 years ago
go.sum 224e6d678a clean up terminology 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.