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

jusrhee d9eaf9a58c integrated values editor il y a 5 ans
cmd 7ee14897b5 fix merge conflict il y a 5 ans
dashboard d9eaf9a58c integrated values editor il y a 5 ans
docker 7cd0cdd41d fixed namespace bug il y a 5 ans
docs 41ddc77ce5 fix docs il y a 5 ans
internal 224e6d678a clean up terminology il y a 5 ans
server 224e6d678a clean up terminology il y a 5 ans
.air.toml e71b846b93 ignore dashboard in air.toml il y a 5 ans
.gitignore e00e0bbf39 gitignore yaml il y a 5 ans
INT_TEST.md 2c05a00ead basic testing il y a 5 ans
README.md ef3f3705be dev environment setup il y a 5 ans
app 05a94f3c70 merge il y a 5 ans
docker-compose.dev.yaml ef3f3705be dev environment setup il y a 5 ans
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration il y a 5 ans
go.mod ed42672129 function for upgrade il y a 5 ans
go.sum 224e6d678a clean up terminology il y a 5 ans

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.