Update page 'Prosody Quick installation guide'
commit
916dfa0ca8
16
Prosody-Quick-installation-guide.md
Normal file
16
Prosody-Quick-installation-guide.md
Normal file
@ -0,0 +1,16 @@
|
||||
Welcome to the Wiki.
|
||||
|
||||
Here a quick intallation guide for prosody on a raspbian stretch
|
||||
|
||||
|
||||
#ajout des sources
|
||||
|
||||
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
|
||||
wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -
|
||||
sudo apt-get update
|
||||
sudo apt-get install prosody
|
||||
|
||||
#configuration apres installation
|
||||
#fichier de configuration dans /etc/prosody/
|
||||
|
||||
#restauration dans /var/lib/prosody/
|
Loading…
Reference in New Issue
Block a user