Changes

Jump to navigation Jump to search
210 bytes added ,  10:04, 30 August 2017
m
→‎Installation: update version
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 (v0.9.9-2) 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:
+
Prosody (v0.9.12-1) 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:
 
  yum install prosody lua-ldap lua-event --enablerepo=epel
 
  yum install prosody lua-ldap lua-event --enablerepo=epel
      
==Configuration==
 
==Configuration==
Line 31: Line 30:  
Prosody's configuration file is located at:
 
Prosody's configuration file is located at:
 
  /etc/prosody/prosody.cfg.lua
 
  /etc/prosody/prosody.cfg.lua
 +
{{Note box|Please note that the latest version now has split configuration files. One for server wide settings and one for each virtual host. So the below example config file should be adjusted accordingly.}}
 +
 
The basic settings you have to change to run your prosody server on your domain (replace "example.com" with "yourdomain.com"):
 
The basic settings you have to change to run your prosody server on your domain (replace "example.com" with "yourdomain.com"):
 
  admins = {"admin@yourdomain.com"}
 
  admins = {"admin@yourdomain.com"}

Navigation menu