# Installing Zingg

Download the tar zingg-version.tar.gz to a folder of your choice and run the following:

> gzip -d zingg-0.3.4-SNAPSHOT-bin.tar.gz ; tar xvf zingg-0.3.4-SNAPSHOT-bin.tar

This will create a folder zingg-0.3.4-SNAPSHOT under the chosen folder.

Move the above folder to zingg.

> mv zingg-0.3.4-SNAPSHOT-bin \~/zingg

> export ZINGG\_HOME=path to zingg

> export PATH=$PATH:$JAVA\_HOME/bin:$SPARK\_HOME/bin:$SPARK\_HOME/sbin:ZINGG\_HOME/scripts
