Wykres commitów

4 Commity (f310826f14a969879d0af527e93d3f3552c011c1)

Autor SHA1 Wiadomość Data
Piero Toffanin fd38281085 Unit test, better letsencrypt challenge, gunicorn service fix 2018-02-21 15:16:37 -05:00
Piero Toffanin 740bc420d7 Added longer timeout 2017-09-15 14:10:47 -04:00
Piero Toffanin 28f0f17b9b Added system-v service files 2017-09-15 07:21:12 -04:00
pmumby c097ed2b43 Added systemd unit file, to allow auto-start/stop of WebODM on systemd based Linux systems.
Pre-Requisites:
- Requires odm user
- Requires docker installed via system (ubuntu: apt-get install docker.io)
- Requires screen to be installed
- Requires odm user member of docker group
- Required WebODM directory checked out to /opt/WebODM
- Requires that /opt/WebODM is recursively owned by odm:odm
If all pre-reqs met, should be able to enable by doing:
systemctl enable /opt/WebODM/service/webodm.service
then reboot.
If you log in as odm user, service will run in a screen session called 'webodm'
So screen -r webodm will pull up console (CTRL+A, D) will close session
systemctl start webodm will start
systemctl status webodm will show process status
systemctl stop webodm will stop it.
It will be auto-started upon crash/error
2017-04-18 10:19:39 -04:00