Download & Installation
To Download Iguana you have currently three options.
Source Code
You can Download the Source Code by cloning the repository of GitHub with the following command:
~$ git clone https://github.com/AKSW/IGUANA.git
Use maven to create the distribution
~$ cd IGUANA
~$ mvn clean package
Zip File
The Zip File contains an already builded Iguana.
DownloadExtract the Zip File
~$ unzip iguana-X.Y.Z-distribution.zip
Execute with the following command (Assuming your default java version is 1.8 and you have already a configuration file called config.xml
~$ java -Xmx4g -cp "lib/*" org.aksw.iguana.benchmark.Main config.xml
Docker
Coming soon