Skip to content

Commit 15c308e

Browse files
Explained the docker command.
1 parent 5f2f5e7 commit 15c308e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ If you are using Palmetto for an experiment or something similar that leads to a
1313

1414
### Docker
1515

16+
There is a web application in a separate branch (https://github.com/AKSW/Palmetto/tree/webApp) that can be executed using Docker.
17+
1618
docker build -t palmetto .
1719
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

Comments
 (0)