| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you have Docker already installed on your system, you can install DBRepo with:
curl -sSL https://raw.githubusercontent.com/DBRepo-Project/dbrepo/refs/heads/main/.scripts/install.sh | bashFind a system description, component documentation and endpoint documentation online: https://dbrepo-project.github.io/dbrepo-docs.
Contributions are always welcome and encouraged, please read the contribution overview.
Build the java library from scratch (you have to do this only once unless something has changed in ./lib/java/):
make build-java-libBuild the python library from scratch (you have to do this only once unless something has changed in ./lib/python/):
make build-python-libBuild the docker images:
make build-imagesAfter building, run the docker containers:
docker compose up -dWhen updating the configuration, you need to recreate the Gateway Service additionally: docker compose restart dbrepo-gateway-service.
docker compose logs -fBuild the Helm Chart schema:
make build-helmBuild the OpenAPI docs:
make gen-openapi-docWe want to thank the following organizations:
The source code is licensed under Apache 2.0.
| Back | FazBrowse Home | New Git URL |