Go to file
Lampros Smyrnaios 1a4df2b852 - Add "README.md"
- Code polishing.
2022-12-14 16:33:12 +02:00
src - Add "README.md" 2022-12-14 16:33:12 +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 - Update the application.yml, which fixes runtime errors. 2022-12-01 14:56:52 +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