Changes

From SME Server
Jump to navigationJump to search
690 bytes removed ,  12:31, 19 June 2015
m
Update to prosody 9.x
Line 7: Line 7:  
These instructions are for SME Server '''9.0''' 64-bit only.
 
These instructions are for SME Server '''9.0''' 64-bit only.
   −
Prosody is available from the [[epel|'''epel''']] repository, so you have to enable the [[epel|'''epel''']] repository. Epel only holds the 0.8.x series of Prosody, to install or upgrade to the latest 9.x series of Prosody see below instructions.
+
Prosody (v0.9.8.x) is available from the [[epel|'''epel''']] repository, so you have to enable the [[epel|'''epel''']] repository. After enabling the [[epel|epel]] repository, prosody can be installed with:
After enabling the [[epel|epel]] repository, prosody can be installed with:
   
  yum install prosody lua-ldap lua-event --enablerepo=epel
 
  yum install prosody lua-ldap lua-event --enablerepo=epel
   Line 27: Line 26:  
Then to apply the new service:
 
Then to apply the new service:
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
 +
    
===Configuration file===
 
===Configuration file===
Line 51: Line 51:  
TBA
 
TBA
   −
  −
==Prosody version 0.9.x==
  −
TBA
  −
mkdir -p /root/install/prosody/0.9 ; cd /root/install/prosody/0.9
  −
wget \
  −
http://ftpsrv01.networklab.ca/centos/6/RPMS/x86_64/prosody-0.9.4-2.el6.x86_64.rpm \
  −
http://ftpsrv01.networklab.ca/centos/6/RPMS/x86_64/lua-bitop-1.0.2-1.el6.x86_64.rpm \
  −
http://ftpsrv01.networklab.ca/centos/6/RPMS/x86_64/lua-sec-0.4.1-6.el6.x86_64.rpm \
  −
http://ftpsrv01.networklab.ca/centos/6/RPMS/x86_64/luajit-2.0.2-9.el6.x86_64.rpm \
  −
http://ftpsrv01.networklab.ca/centos/6/RPMS/x86_64/lua-zlib-0.2-1.el6.x86_64.rpm \
  −
  −
yum localinstall *.rpm --enablerepo=epel
      
==Documentation==
 
==Documentation==

Navigation menu