Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
infrastructure:sip:wazo:installation [18/08/2026 17:49] Stéphane Pailletinfrastructure:sip:wazo:installation [18/08/2026 18:36] (Version actuelle) Stéphane Paillet
Ligne 2: Ligne 2:
 {{tag>sip téléphonie wazo}} {{tag>sip téléphonie wazo}}
  
-Cloner le dépôt wazo-ansible, et se placer dans le répertoire+Nous installons les paquets nécessaires 
 + 
 +<code> 
 +sudo apt update && sudo apt install sudo git ansible curl 
 +</code> 
 + 
 +Cloner le dépôt wazo-ansible, se placer dans le répertoire, et se placer sur la release stable du dépôt
  
 <code> <code>
 git clone https://github.com/wazo-platform/wazo-ansible.git git clone https://github.com/wazo-platform/wazo-ansible.git
 cd wazo-ansible cd wazo-ansible
 +ansible_tag=wazo-$(curl https://mirror.wazo.community/version/stable)
 +git checkout $ansible_tag
 </code> </code>
  
-Éditer et adapter le fichier d'inventaire inventories/uc-engine.yml+Éditer et adapter le fichier d'inventaire inventories/uc-engine
  
 <code> <code>
Ligne 69: Ligne 77:
 <code> <code>
 ansible-playbook -i inventories/uc-engine uc-engine.yml ansible-playbook -i inventories/uc-engine uc-engine.yml
 +</code>
 +
 +===== Test =====
 +
 +Pour s'assurer que tous les services tournent
 +
 +<code>
 +wazo-service status
 +</code>
 +
 +Vous devriez avoir ce retour
 +
 +<code>
 +Checking database...
 + OK
 +Checking services...
 + running wazo-plugind
 + running wazo-webhookd
 + running wazo-sysconfd
 + running wazo-confgend
 + running wazo-confd
 + running wazo-auth
 + running wazo-call-logd
 + running wazo-dxtora
 + running wazo-provd
 + running wazo-agid
 + running asterisk
 + running wazo-amid
 + running wazo-agentd
 + running wazo-dird
 + running wazo-phoned
 + running wazo-calld
 + running wazo-websocketd
 + running wazo-chatd
 </code> </code>
  
 ===== Liens ===== ===== Liens =====
  
 +  * [[https://wazo-platform.org/uc-doc/installation/|documentation d'installation]]
   * [[https://github.com/wazo-platform/wazo-ansible|wazo-ansible]]   * [[https://github.com/wazo-platform/wazo-ansible|wazo-ansible]]
  • infrastructure/sip/wazo/installation.1787075368.txt.gz
  • Dernière modification : 18/08/2026 17:49
  • de Stéphane Paillet