Kubernetes powered PaaS that runs in your own cloud. https://porter.run
|
|
5 lat temu | |
|---|---|---|
| cli | 2878611187 comment | 5 lat temu |
| cmd | 3ca584ab73 init on startup | 5 lat temu |
| dashboard | 9eb5469cc8 yaml in nodes | 5 lat temu |
| docker | 3ca584ab73 init on startup | 5 lat temu |
| docs | 7a6e922646 fixed api docs mixup | 5 lat temu |
| internal | d482360246 Merge pull request #67 from porter-dev/onboarding | 5 lat temu |
| server | d482360246 Merge pull request #67 from porter-dev/onboarding | 5 lat temu |
| .air.toml | e71b846b93 ignore dashboard in air.toml | 5 lat temu |
| .dockerignore | d7b83fb445 onboarding with default sqlite | 5 lat temu |
| .gitignore | e00e0bbf39 gitignore yaml | 5 lat temu |
| README.md | 558c04888a cli generate command | 5 lat temu |
| app | 05a94f3c70 merge | 5 lat temu |
| docker-compose.dev.yaml | 9eb5469cc8 yaml in nodes | 5 lat temu |
| go.mod | f26a8df214 start barely usable | 5 lat temu |
| go.sum | 558c04888a cli generate command | 5 lat temu |
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