Engine of the website behind feuforeve.fr.
Go to file
Feufochmar 2435d8d932 Change a bit the rainfall algorithm to have less rain. 2024-04-06 22:36:51 +02:00
src/main/java/fr/feufochmar Change a bit the rainfall algorithm to have less rain. 2024-04-06 22:36:51 +02:00
.gitignore Initial commit 2023-08-18 20:14:32 +02:00
LICENSE Initial commit 2023-08-18 20:14:32 +02:00
README.md The path to the data directory should be passed as the first argument when launching the website. 2023-08-18 20:49:12 +02:00
pom.xml Update dependencies. 2023-12-29 12:05:48 +01:00

README.md

fr.feufochmar.website

Engine of the website behind feuforeve.fr.

Building

To make a jar with everything:

mvn clean package assembly:single

This produces a file target/fr.feufochmar.website-<version>-jar-with-dependencies.jar.

Running

Run the full jar. The path to the data directory should be added as the first argument.

java -jar target/fr.feufochmar.website-<version>-jar-with-dependencies.jar path/to/data/dir