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

jusrhee ad3dcd9f2c Merge branch 'frontend-integration' of https://github.com/porter-dev/porter into frontend-integration hace 5 años
cmd 7ee14897b5 fix merge conflict hace 5 años
dashboard 5b590dce78 namespace filter integrated hace 5 años
docker fc29a12f08 just some updated tests for auth check, login, and register ya know hace 5 años
docs 85aa794519 Merge branch 'frontend-integration' of https://github.com/porter-dev/porter into frontend-integration hace 5 años
internal 3af9093794 get release history basic test pass hace 5 años
server 85aa794519 Merge branch 'frontend-integration' of https://github.com/porter-dev/porter into frontend-integration hace 5 años
.air.toml e71b846b93 ignore dashboard in air.toml hace 5 años
.gitignore e00e0bbf39 gitignore yaml hace 5 años
INT_TEST.md 2c05a00ead basic testing hace 5 años
README.md ef3f3705be dev environment setup hace 5 años
app 05a94f3c70 merge hace 5 años
docker-compose.dev.yaml ef3f3705be dev environment setup hace 5 años
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration hace 5 años
go.mod f7bc41c83e Merge branch 'api-users-context' into single-container hace 5 años
go.sum 7ee14897b5 fix merge conflict hace 5 años

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.