Installation

First make sure your system meets the Hardware requirements.

  1. Checkout cluster. We recommend you check out the repo as /opt/cluster, the rest of the wiki assumes this path.
sudo mkdir /opt/cluster
sudo chown $(whoami) /opt/cluster
cd /opt
git clone https://github.com/liquidinvestigations/cluster.git
  1. Follow the instructions in the Readme.
  2. Checkout node . We recommend you check out the repo as /opt/node, the rest of the wiki assumes this path.
sudo mkdir /opt/node
sudo chown $(whoami) /opt/node
cd /opt
git clone https://github.com/liquidinvestigations/node.git
  1. Install node following the instructions in the Readme

Go to User Guide for instructions on creating users and granting access. For development tips, go to [[Development]].

Follow the Maintenance page on how to keep the system up to date.