Installing Collustra - ewpatton/collustra GitHub Wiki

Collustra is a web application built in HTML, CSS, and JavaScript. It should be installed to a directory accessible via a web server and web browser. The most straightforward way to install Collustra is as follows:

cd /var/www    # substitute /Library/WebServer/Documents on Mac OS X.
git clone https://github.com/ewpatton/collustra.git    # may require sudo privileges

You will also need to be running a web server that points to the document root named above. Apache or nginx are potential options.

Using an HTML5 compatible browser, such as Chrome or Firefox, browse to http://localhost/collustra/.