Skip to content

Getting Started

By the end of this tutorial, you will have a fully working Bauhaus instance running locally, with a pre-configured admin user ready to use.

  • Docker and Docker Compose installed
  • Ports 3000, 8080, 8081 available on your machine
  • Git

Clone both repositories into the same parent directory:

Terminal window
git clone https://github.com/InseeFr/Bauhaus.git
git clone https://github.com/InseeFr/Bauhaus-Back-Office.git

From the Bauhaus directory, run:

Terminal window
docker compose up

This starts GraphDB, Bauhaus-Back-Office, Keycloak, and the Bauhaus frontend together.

Open http://localhost:3000 in your browser. You should see the Bauhaus login page.

Log in with the default admin account created automatically by Keycloak:

FieldValue
Usernameadmin
Passwordadmin123
Emailadmin@bauhaus.fr
RoleAdministrateur_RMESGNCS

Once logged in, the home page should display the available modules.