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

abelanger5 0bb99b2aec Delete app před 5 roky
cli 2878611187 comment před 5 roky
cmd 3ca584ab73 init on startup před 5 roky
dashboard 4c21affec1 graph yaml scroll and resize fixed před 5 roky
docker 3ca584ab73 init on startup před 5 roky
docs 7a6e922646 fixed api docs mixup před 5 roky
internal d482360246 Merge pull request #67 from porter-dev/onboarding před 5 roky
server d482360246 Merge pull request #67 from porter-dev/onboarding před 5 roky
.air.toml e71b846b93 ignore dashboard in air.toml před 5 roky
.dockerignore d7b83fb445 onboarding with default sqlite před 5 roky
.gitignore e00e0bbf39 gitignore yaml před 5 roky
README.md 558c04888a cli generate command před 5 roky
docker-compose.dev.yaml 9eb5469cc8 yaml in nodes před 5 roky
go.mod f26a8df214 start barely usable před 5 roky
go.sum 558c04888a cli generate command před 5 roky

README.md

Porter

Development

docker-compose -f docker-compose.dev.yaml up --build

And then visit localhost:8080 in the browser.

Testing

From the root directory, run go test ./... to run all tests and ensure the builds/tests pass.

Building

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.

Running

docker run -p 8080:8080 porter1/porter:latest