This commit is contained in:
2025-05-04 11:51:44 +02:00
parent dc8b85e3da
commit f7240ebbb5
4 changed files with 32 additions and 18 deletions

View File

@ -25,6 +25,8 @@
5. At this point, you are ready to load the data into the database using the application. Run `./gradlew run -reload /path/to/post-processed/data.js /path/to/post-processed/perf2.js`
6. Finally, you can start the application using `./gradlew run`
You can also use the `./package.sh` script to build a standalone executable (with bundled JVM).You can also use the `./package.sh` script to build a standalone executable (with bundled JVM). It uses the Gradle `shadowJar` target together with `jpackage`.
## Running
By default, the application runs on port `42024`. You can start it using `./gradlew run`.