Go to file
Lampros Smyrnaios f136488b0e Improve performance by pre-compiling the regexes. 2023-01-12 19:23:42 +02:00
src Improve performance by pre-compiling the regexes. 2023-01-12 19:23:42 +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
installAndRun.sh - Move all the Aggregation-related code from "RepositoryService" into the new "AggregationService". 2022-12-14 17:09:38 +02:00
pom.xml replaced AggregationDetails with AggregationInfo class 2022-11-30 20:58:08 +02:00
settings-dnet45.xml Add a script to install and run the app. 2022-11-16 16:20:58 +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