-
Notifications
You must be signed in to change notification settings - Fork 58
How to setup GERBIL
This page describes the needed steps to setup a local GERBIL system. Note that you don't have to do this if you want to test an annotator or a dataset since this can be done using our online system.
The easiest way to get GERBIL is to download it from GitHub.
git clone -b master https://github.com/AKSW/gerbil.git
If you are using linux, you can simply run start.sh
which will download the data, extract it and starts the system listening on http://localhost:1234/gerbil .
If you are using another operation system or want to download the data to a specific folder you can get the data from http://139.18.2.164/mroeder/gerbil_data.zip Please extract the data and configure the system.
If you have used the start.sh
script, the system should already be configured. Otherwise you should open src/main/resources/gerbil.properties
and set org.aksw.gerbil.DataPath
to the folder containing the data of the extracted gerbil.zip
file.
- run start.sh on linux, extract the zip file and create an empty gerbil_keys.properties file on windows
- the system should be build, started and accessible at