A repository dedicated to interoperabilities for LaSuite (docs, development resources, tools, etc.)
Run services locally for development and testing.
Warning
This setup is intended for development and testing only.
- Docker
- Docker Compose
- GNU Make
Verify installation:
docker -v
docker compose versionIf you encounter permission errors, you may need to use
sudo, or add your user to thedockergroup.
The easiest way to start is using GNU Make:
make bootstrapStart services:
make runAll services should be up and running. You can test services with development credentials by opening the following links with your favorite browser:
| service | URL | field | value |
|---|---|---|---|
| Keycloak | http://keycloak.lasuite.localhost:8004 | username | admin |
| password | admin |
||
| Minio (console) | http://minio.lasuite.localhost:8002 | username | lasuite |
| password | password |
You can stop running services using:
make stop… and remove containers and networks using:
make downThis work is released under the MIT License (see LICENSE).
While this project is a public-driven initiative, our license choice is an invitation for private sector actors to use, sell and contribute to it.