From HFML-FELIX Wiki
Jump to: navigation, search

Installation

First, make sure you have set up Feloperator gitlab authentication for the git clone and pip install commands below to work.

# clone the rssd code
cd /opt
git clone https://gitlab.science.ru.nl/felix/rssd.git
cd rssd
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