/DaSSCo-file-proxy

DaSSCo file proxy is part of the DaSSCo storage system

Primary LanguageJava

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