We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2f5e7 commit 15c308eCopy full SHA for 15c308e
README.md
@@ -13,5 +13,9 @@ If you are using Palmetto for an experiment or something similar that leads to a
13
14
### Docker
15
16
+There is a web application in a separate branch (https://github.com/AKSW/Palmetto/tree/webApp) that can be executed using Docker.
17
+
18
docker build -t palmetto .
19
docker run -p 7777:7777 -d -m 4G -v /path/to/indexes/:/usr/src/indexes/:ro palmetto`
20
21
+After that there is a Tomcat listening on port 7777. The application can be accessed using `http://localhost:7777/palmetto-webapp/index.html`.
0 commit comments