Skip to content

Github Initialization and Maven Install

Grant Burgess edited this page Aug 24, 2018 · 2 revisions

Initialise git and clone the repository

git init

sudo git clone https://github.com/AGLDWG/ldspider.git

Install Maven

sudo apt-get install maven

On the machine you choose to run the ldspider from, it might be wise to increase the JVM heap to avoid any memory or heap space errors. Additional options for increasing JVM memory, the below examble has a 30Gb maximum and 4Gb start, this should be done to the machine running:

export _JAVA_OPTIONS="-Xmx30720m -Xms4096m"