1. Getting started

The commands and tutorials below are designed for a Unix environment, and were tested under the OS Linux Mint Debian Edition (LMDE).

They assume that the SnakeChunks library is downloaded or cloned into your home directory. You can specify any other preferred directory.

1.1. Download SnakeChunks

cd ${HOME}
wget --no-clobber https://github.com/SnakeChunks/SnakeChunks/archive/4.0.tar.gz
tar xvzf 4.0.tar.gz
SNAKECHUNKS_PATH=${HOME}/SnakeChunks-4.0

1.2. Clone SnakeChunks

cd ${HOME}
git clone https://github.com/SnakeChunks/SnakeChunks.git

1.3. Run SnakeChunks

Please refer yourself to the Tutorials section.