e5434282 by Sébastien Le Moal

Update README.md

1 parent 626f1d12
Showing 1 changed file with 11 additions and 5 deletions
1 # Installation depuis un serveur Proxmox # 1 # Installation depuis un serveur Proxmox #
2 ##### cliquer sur "raw" et Copier coller ce fichier sur le terminal. 2 ##### cliquer sur "raw" et Copier coller ce fichier sur le terminal.
3 3
4 ## Installer unzip
5 apt-get install unzip
4 6
5 ## Télécharger et installer en racine. 7 ## Télécharger et installer en racine.
6 wget -P /tmp/ --header 'PRIVATE-TOKEN: epQ4NmFmY2kiKxf4oUJX' 'https://gitlab.calexium.com/calexium/Wazo/repository/archive.zip?ref=master' --no-check-certificate 8 wget -P /tmp/ --header 'PRIVATE-TOKEN: epQ4NmFmY2kiKxf4oUJX' 'https://gitlab.calexium.com/Proxmox/IP_Tables/repository/archive.zip?ref=master' --no-check-certificate
7 9
8 unzip /tmp/archive.zip* -d /tmp 10 unzip /tmp/archive.zip* -d /tmp
9 11
10 cp -r /tmp/Wazo-master*/* / 12 cp -r /tmp/IP_Tables-master*/* /
11 13
12 ## On nettoie 14 ## On nettoie
13 rm -R /tmp/Wazo-master* 15 rm -R /tmp/IP_Tables-master*
14 16
15 rm /tmp/archive.zip* 17 rm /tmp/archive.zip*
16 18
...@@ -19,9 +21,13 @@ rm /README.md ...@@ -19,9 +21,13 @@ rm /README.md
19 ## Donner les droits au dossier 21 ## Donner les droits au dossier
20 chmod -R +x /etc/cxm 22 chmod -R +x /etc/cxm
21 23
22 ## Activer le script au démarrage 24 ## Activer les scripts au démarrage
23 systemctl enable cxm.service 25 systemctl enable cxm.service
24 26
27 ##### Editez /etc/network/interfaces
28 ##### Ajouter à la fin du bloc de configuration du bridge vmbr2
29
30 post-up /etc/cxm/networking-up.sh
31
25 ## Redémarrer afin de lancer le script 32 ## Redémarrer afin de lancer le script
26 ##### Le script d'installation désactive le lancement au démarrage puis supprime les scripts.
27 init 6 33 init 6
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!