12 lines
194 B
Text
12 lines
194 B
Text
![]() |
# Services
|
||
|
## GED Mayan EDMS
|
||
|
### Démarrer le service
|
||
|
|
||
|
Dans un tmux ou screen.
|
||
|
|
||
|
~~~
|
||
|
# sudo -u ged -i
|
||
|
$ source venv/bin/activate
|
||
|
$ mayan-edms.py runserver&disown
|
||
|
## Détacher screen/tmux…
|
||
|
~~~
|