34861418 by Sébastien Le Moal

Add new file

0 parents
Showing 1 changed file with 27 additions and 0 deletions
# 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
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!