From HFML-FELIX Wiki
Jump to: navigation, search

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

# clone the name needs to be filled! code
cd /opt
git clone https://gitlab.science.ru.nl/felix/{{{name}}}.git
cd {{{name}}}
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