-
Notifications
You must be signed in to change notification settings - Fork 0
JVM Deployment
Ahmed edited this page Mar 16, 2026
·
2 revisions
To run EventLens as a standalone Java process without containerization:
Ensure you have Java 21+ installed.
- Build the Fat JAR (see Building from Source):
./gradlew clean :eventlens-app:shadowJar
- Place your
eventlens.yamlin the working directory (or at~/.eventlens/config.yaml). - Run the application:
java --enable-preview -jar eventlens-app/build/libs/eventlens*.jar
The internal server will serve both the backend API and the compiled React UI out of the fat JAR.