This repository contains sample configurations and Docker Compose files for running Kexa locally or in a virtual machine environment. These samples serve as reference implementations and starting points for your own Kexa deployments.
.
├── .github/ # GitHub specific files
│ ├── ISSUE_TEMPLATE.md # Issue template
│ └── PULL_REQUEST_TEMPLATE.md # Pull request template
├── docs/ # Additional documentation
├── samples/ # Sample configurations
│ ├── http/ # HTTP-based deployment samples
│ └── kubernetes/ # Kubernetes deployment samples
├── CONTRIBUTING.md # Contributing guidelines
├── CODE_OF_CONDUCT.md # Code of conduct
├── LICENSE # Project license
└── README.md # This file- Docker and Docker Compose installed on your system
- Basic understanding of containerization concepts
-
Navigate to the desired sample directory (e.g.,
samples/http/orsamples/kubernetes/) -
Review the configuration files and adjust them according to your needs
-
Use Docker Compose to start the services:
docker-compose up
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
This project is licensed under the terms of the included LICENSE file.
For support, please open an issue in this repository or contact the maintainers.