We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13a2dae + 9b393e7 commit 947c928Copy full SHA for 947c928
README.md
@@ -49,13 +49,8 @@ There are many features that enhance LeonaLog usefulness as a flexible tool:
49
## Quickstart
50
51
```shell
52
-git clone [email protected]:LeonaLog/leona.git
53
-cd leona
54
-# JAVA_HOME=?17.jdk/Contents/Home
55
-mvn clean package -DskipTests
56
-
57
-# Start server in dev model
58
-java -cp org.graylog2.bootstrap.Main server --configfile=/Users/admin/.graylog/server/server.conf
+wget https://raw.githubusercontent.com/LeonaLog/leona/main/docker-compose.yml
+docker-compose -f docker-compose.yml up -d
59
```
60
61
Then open your browser with http://lolahost:9000 ✌
0 commit comments