Skip to content

Repository files navigation

Interop: interoperability resources for LaSuite

A repository dedicated to interoperabilities for LaSuite (docs, development resources, tools, etc.)

Local Development (for contributors)

Run services locally for development and testing.

Warning

This setup is intended for development and testing only.

Prerequisites

  • Docker
  • Docker Compose
  • GNU Make

Verify installation:

docker -v
docker compose version

If you encounter permission errors, you may need to use sudo, or add your user to the docker group.

Bootstrap the project

The easiest way to start is using GNU Make:

make bootstrap

Start services:

make run

All 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 down

License 📝

This 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.

About

💫 A repository dedicated to interoperabilities for LaSuite (docs, development resources, tools, etc.)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages