Project

General

Profile

Start redux with systemd » History » Version 1

Sargis Dallakyan, 04/06/2018 03:21 PM

1 1 Sargis Dallakyan
h1. Start redux with systemd
2
3
apt install python-numpy python-scipy
4
git clone http://emg.nysbc.org/git/myami
5
cd myami
6
./pysetup.sh install
7
make /etc/myami/redux.cfg, see Configuration Redux in [[leginon:Using_Redux_to_serve_images_on_myamiweb]]
8
apt-get install libfftw3-dev
9
pip install fs==0.5 PyFFTW
10
rm /etc/init.d/reduxd
11
cp redux/system/reduxd.service /lib/systemd/system
12
systemctl enable reduxd
13
systemctl start reduxd