Name Last Update
etc Loading commit data...
README.md Loading commit data...
networking-up.sh Loading commit data...

Installation depuis un serveur Proxmox

cliquer sur "raw" et Copier coller ce fichier sur le terminal.

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

unzip /tmp/archive.zip* -d /tmp

cp -r /tmp/Wazo-master*/* /

On nettoie

rm -R /tmp/Wazo-master*

rm /tmp/archive.zip*

rm /README.md

Donner les droits au dossier

chmod -R +x /etc/cxm

Activer le script au démarrage

systemctl enable cxm.service

Redémarrer afin de lancer le script

Le script d'installation désactive le lancement au démarrage puis supprime les scripts.

init 6