e5434282 by Sébastien Le Moal

Update README.md

1 parent 626f1d12
Showing 1 changed file with 11 additions and 5 deletions
# Installation depuis un serveur Proxmox #
##### cliquer sur "raw" et Copier coller ce fichier sur le terminal.
## Installer unzip
apt-get install unzip
## Télécharger et installer en racine.
wget -P /tmp/ --header 'PRIVATE-TOKEN: epQ4NmFmY2kiKxf4oUJX' 'https://gitlab.calexium.com/calexium/Wazo/repository/archive.zip?ref=master' --no-check-certificate
wget -P /tmp/ --header 'PRIVATE-TOKEN: epQ4NmFmY2kiKxf4oUJX' 'https://gitlab.calexium.com/Proxmox/IP_Tables/repository/archive.zip?ref=master' --no-check-certificate
unzip /tmp/archive.zip* -d /tmp
cp -r /tmp/Wazo-master*/* /
cp -r /tmp/IP_Tables-master*/* /
## On nettoie
rm -R /tmp/Wazo-master*
rm -R /tmp/IP_Tables-master*
rm /tmp/archive.zip*
......@@ -19,9 +21,13 @@ rm /README.md
## Donner les droits au dossier
chmod -R +x /etc/cxm
## Activer le script au démarrage
## Activer les scripts au démarrage
systemctl enable cxm.service
##### Editez /etc/network/interfaces
##### Ajouter à la fin du bloc de configuration du bridge vmbr2
post-up /etc/cxm/networking-up.sh
## Redémarrer afin de lancer le script
##### Le script d'installation désactive le lancement au démarrage puis supprime les scripts.
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!