Lampros Smyrnaios 83b8231993 | ||
---|---|---|
gradle/wrapper | ||
src | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
build.gradle | ||
docker-compose.yml | ||
gradle.properties | ||
installAndRun.sh | ||
settings.gradle |
README.md
PDF Aggregation Statistics
This is a public API to get specific statistics from the PDF Aggregation Service.
To install and run the application:
- Run
git clone
and thencd pdf_aggregation_statistics
. - Set the preferable values inside the application.yml file.
- Execute the
installAndRun.sh
script which builds 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 build and run the app on a Docker Container, then run the script with the argument "0" followed by the argument "1":./installAndRun.sh 0 1
.