The code is written in Python (3.7+).
You can provision and deploy the different components, locally, using docker-compose.
cd deploy
make -C bootstrap
make -j 4 images
make up
After a few seconds, you then have a locally-deployed instance of LocalEGA (using a fake Central EGA), and you can run the testsuite.
Find the LocalEGA documentation hosted on ReadTheDocs.org.
Other provisioning methods are provided by our partners:
- on an OpenStack cluster, using
terraform
; - on a Kubernetes/OpenShift cluster, using
kubernetes
; - on a Docker Swarm cluster, using
gradle
.