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

Alexander Belanger f26a8df214 start barely usable пре 5 година
cmd f26a8df214 start barely usable пре 5 година
dashboard d7b83fb445 onboarding with default sqlite пре 5 година
docker 3a97c15ba9 onboarding w tag and tests пре 5 година
docs 7a6e922646 fixed api docs mixup пре 5 година
internal 558c04888a cli generate command пре 5 година
server d7b83fb445 onboarding with default sqlite пре 5 година
.air.toml e71b846b93 ignore dashboard in air.toml пре 5 година
.dockerignore d7b83fb445 onboarding with default sqlite пре 5 година
.gitignore e00e0bbf39 gitignore yaml пре 5 година
README.md 558c04888a cli generate command пре 5 година
app 05a94f3c70 merge пре 5 година
docker-compose.dev.yaml 41a6969a7e updated docker compose dev пре 5 година
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration пре 5 година
go.mod f26a8df214 start barely usable пре 5 година
go.sum 558c04888a cli generate command пре 5 година

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