Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 651 Bytes

Running for the first time

  • Make sure your private.pem file is at the project's root
  • Make sure your application-local.properties file has correct user info
  • In application.properties, make sure the share.mountFolder variable is a path on your PC

Running database and keycloak

  • Make sure the KEYCLOAK_ADMIN_CLIENT_SECRET is updated and correct
  • Run docker compose up --build

Run the application

  • Click the run button or use the command mvn spring-boot:run
  • You can add the docker-compose-app.yaml file to the docker-compose.yaml file if you want to run it with the keycloak and database instead