Kubernetes powered PaaS that runs in your own cloud. https://porter.run
|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| cli | 74e6b86be4 helpful server msg | %!s(int64=5) %!d(string=hai) anos |
| cmd | 3ca584ab73 init on startup | %!s(int64=5) %!d(string=hai) anos |
| dashboard | d7b83fb445 onboarding with default sqlite | %!s(int64=5) %!d(string=hai) anos |
| docker | 3ca584ab73 init on startup | %!s(int64=5) %!d(string=hai) anos |
| docs | 7a6e922646 fixed api docs mixup | %!s(int64=5) %!d(string=hai) anos |
| internal | 3ca584ab73 init on startup | %!s(int64=5) %!d(string=hai) anos |
| server | d7b83fb445 onboarding with default sqlite | %!s(int64=5) %!d(string=hai) anos |
| .air.toml | e71b846b93 ignore dashboard in air.toml | %!s(int64=5) %!d(string=hai) anos |
| .dockerignore | d7b83fb445 onboarding with default sqlite | %!s(int64=5) %!d(string=hai) anos |
| .gitignore | e00e0bbf39 gitignore yaml | %!s(int64=5) %!d(string=hai) anos |
| README.md | 558c04888a cli generate command | %!s(int64=5) %!d(string=hai) anos |
| app | 05a94f3c70 merge | %!s(int64=5) %!d(string=hai) anos |
| docker-compose.dev.yaml | 41a6969a7e updated docker compose dev | %!s(int64=5) %!d(string=hai) anos |
| docker-compose.yaml | 01ee288d31 Merge branch 'dev-environment' into login-integration | %!s(int64=5) %!d(string=hai) anos |
| go.mod | f26a8df214 start barely usable | %!s(int64=5) %!d(string=hai) anos |
| go.sum | 558c04888a cli generate command | %!s(int64=5) %!d(string=hai) anos |
docker-compose -f docker-compose.dev.yaml up --build
And then visit localhost:8080 in the browser.
From the root directory, run go test ./... to run all tests and ensure the builds/tests pass.
From the root directory, run DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile -t porter. Then you can run docker run -p 8080:8080 porter.
To build the test container, run DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile -t porter --target porter-test.
docker run -p 8080:8080 porter1/porter:latest