This will clone the repository onto your computer.
== Step 3: Grabbing dependencies ==
Before you run make or anything like that, you need to grab libraries that CollabVM server needs for a successful build.
cd into the cloned repository and then into the scripts folder, Run ./grab_deps_linux.sh and it will apt install all the packages for you.
== Step 4: Building the server ==
cd to the root of the cloned repository, for me its ~/longhorn/collab-vm-server
Run the following command
<pre>
make JPEG=1
</pre>
and wait for the build.
You might see a few warnings, however this is normal. Once the build is done, cd into bin and type ./collab-vm-server 6004
Open your web browser and go to localhost:6004, if it gives you an error about the site not sending you any data its normal because 1.2.11 does not have a webserver. You will need a webserver like nginx to host the webapp!