« Installation du serveur Jabber prosody » : différence entre les versions

De Wiki JabberFR
Aller à la navigation Aller à la recherche
(Création d'une page pour l'installation de Prosŏdy.)
 
(→‎Debian/Ubuntu : : ajout du dépôt pour sid)
Ligne 9 : Ligne 9 :
* Pour Debian Etch : deb http://packages.prosody.im/debian etch main
* Pour Debian Etch : deb http://packages.prosody.im/debian etch main
* Pour Debian Lenny : deb http://packages.prosody.im/debian lenny main
* Pour Debian Lenny : deb http://packages.prosody.im/debian lenny main
* Pour Debian Sid : deb http://packages.prosody.im/debian sid main
* Pour Ubuntu Hardy : deb http://packages.prosody.im/ubuntu hardy main
* Pour Ubuntu Hardy : deb http://packages.prosody.im/ubuntu hardy main
* Pour Ubuntu Intrepid : deb http://packages.prosody.im/ubuntu intrepid main
* Pour Ubuntu Intrepid : deb http://packages.prosody.im/ubuntu intrepid main

Version du 15 novembre 2009 à 15:46

Linux :

Debian/Ubuntu :

Pour installer Prosŏdy sous debian/ubuntu, le plus simple est d'ajouter les dépôts adaptés à votre distribution :

Éditez le fichier /etc/apt/sources.list et ajoutez-y une des lignes suivantes (en fonction de votre distribution) :

Ajoutez ensuite la clé d'authentification du dépôt Prosody :

$ wget http://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -

Il ne vous reste plus qu'à mettre à jour la liste des paquets et installer prosody :

$ sudo apt-get update $ sudo apt-get install prosody

Archlinux :

Pour Archlinux, le paquet prosody est disponible dans AUR :

$ yaourt -S prosody

Windows/Mac OS :

Prosody est disponible pour Windows et pour Mac OS. Pour l'installer, rendez-vous sur cette page : [1].