-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Thibault François edited this page Jun 15, 2023
·
16 revisions
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.
Report incomplete documentation by opening a new Issue in this repository.