https://github.com/buerokratt/Ruuter/releases/tag/2.0.1-beta is the latest
pentested
version of RuuterThe latest state of Ruuter can be found from https://github.com/buerokratt/Ruuter/tree/dev
The next major pentest is planned for
Q1 2024
, but there haven't been many major changes since the last pentest.
- Java 17, Gradle
See guide here
See configuration here
To run the application using Docker, run:
docker-compose up -d
To launch the application's tests, run:
gradlew test
To build the final jar run:
gradlew -Pprod clean bootJar
To ensure everything worked, run:
java -jar build/libs/*.jar
To package the application as a war in order to deploy it to an application server, run:
gradlew -Pprod -Pwar clean bootWar
See licence here.