Wykres commitów

12 Commity (master)

Autor SHA1 Wiadomość Data
Branton Davis 5205d3ca91 clean up and fix bugs 2021-10-05 00:56:08 -05:00
Piero Toffanin 415b2c22bb Fixed celerybeat PID file hang issue 2018-11-03 14:36:34 -04:00
Piero Toffanin 14b6a355e2 Added redis.service dependency 2018-09-09 12:01:34 -04:00
Piero Toffanin a5aa6069a1 Better systemd service dependencies declaration 2018-09-08 18:25:50 -04:00
Piero Toffanin f019ba913c
Add env variables to get GRASS scripts to run 2018-07-01 14:48:42 -04:00
Piero Toffanin c1cb3d8238 Changed PID path for service 2018-06-30 17:07:57 -04:00
Piero Toffanin eabfa7ab45 Service path changes 2018-06-30 14:48:13 -04:00
Piero Toffanin d3b7a2fd5b Added celery services 2018-06-30 12:13:53 -04:00
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