ajout gitit
This commit is contained in:
parent
869d589f0b
commit
8da2265bcf
1 changed files with 12 additions and 1 deletions
|
@ -5,8 +5,19 @@
|
||||||
Dans un tmux ou screen.
|
Dans un tmux ou screen.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
# sudo -u ged -i
|
# sudo -iu ged
|
||||||
$ source venv/bin/activate
|
$ source venv/bin/activate
|
||||||
$ mayan-edms.py runserver&disown
|
$ mayan-edms.py runserver&disown
|
||||||
## Détacher screen/tmux…
|
## Détacher screen/tmux…
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
## Wiki GitIT
|
||||||
|
### Démarrer le service
|
||||||
|
|
||||||
|
Dans un tmux ou screen.
|
||||||
|
|
||||||
|
~~~
|
||||||
|
# sudo -iu wiki
|
||||||
|
$ gitit -f my.Conf
|
||||||
|
## Détacher le screen/tmux…
|
||||||
|
~~~
|
Loading…
Reference in a new issue