Skip to content
Extraits de code Groupes Projets
Valider acc6fc1f rédigé par nono's avatar nono :computer:
Parcourir les fichiers

Fix typo

parent e8714151
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
----
---
# Voir : https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md
# et : https://github.com/hedgedoc/hedgedoc/blob/880af8d4f80b9e1dcaa30014d4ed5c41e351b564/docs/setup/reverse-proxy.md
- name: Configuration du service HedgeDocs
template:
src: ../files/config.json.j2
dest: /home/hedgedocs/config.json
owner: hedgedocs
groupe: www-data
mode: 0644
src: ../files/config.json.j2
dest: /home/hedgedocs/config.json
owner: hedgedocs
groupe: www-data
mode: 0644
- name: Configuration du fichier SystemD
template:
src: ../files/hedgedocs.service
dest: /etc/systemd/system/hedgedocs.service
owner: hedgedocs
groupe: www-data
mode: 0644
handlers:
- Reload systemd
template:
src: ../files/hedgedocs.service
dest: /etc/systemd/system/hedgedocs.service
owner: hedgedocs
groupe: www-data
mode: 0644
handlers:
- Reload systemd
- name: Activation de la configuration systemd
systemd:
......
---
name: Installation des dépendances pour HedgeDoc
- name: Installation des dépendances pour HedgeDoc
apt:
name: ['postgresql','nodejs','git','npm','yarn','bash','nginx']
state: present
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter