From FELIX Laboratory wiki
Installation
First, make sure you have set up Feloperator gitlab authentication for the git clone and pip install commands below to work.
# clone the acsd code cd /opt git clone https://gitlab.science.ru.nl/felix/acsd.git cd acsd chgrp -R fft . chmod -R 2775 .git mkdir log run chmod 2775 log run python3 -m venv .env .env/bin/pip install -r requirements.txt