Installation - liquidinvestigations/docs GitHub Wiki
First make sure your system meets the Hardware requirements.
- 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
- Follow the instructions in the Readme.
- 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
- 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.