Go to file
Konstantinos Spyrou 720ee5a9a4 fix: savePiwikInfo no longer creates duplicates 2023-01-12 16:38:29 +02:00
src fix: savePiwikInfo no longer creates duplicates 2023-01-12 16:38:29 +02:00
.gitignore created basic .gitignore 2022-11-24 15:58:30 +02:00
Dockerfile merged branch springboot - 61629:HEAD 2021-10-22 11:32:44 +00:00
README.md - Add "README.md" 2022-12-14 16:33:12 +02:00
pom.xml replaced log4j2 with slf4j 2023-01-11 18:50:31 +02:00

README.md

Provide

[...]

Install and run:

  • Run git clone and then cd uoa-repository-manager-service.
  • Provide all not-set or redacted configurations, inside the src/main/resources/application.properties file.
  • Execute the installAndRun.sh script which installs and runs the app.
    • If you want to just run the app, then run the script with the argument "1": ./installAndRun.sh 1
    • If you want to just install the app, then run the script with the argument "2": ./installAndRun.sh 2