Site Tools


linux:ubuntu:xmpp:openfire

This is an old revision of the document!


Openfire

Installation

Install JRE

sudo apt-get install openjdk-7-jre

Get the newest version from

http://www.igniterealtime.org/downloads/
and download it with wget
wget http://www.igniterealtime.org/downloads/download-landing.jsp?file=openfire/openfire_4_0_1.tar.gz
or download it and move it to the server via scp.

Extract

tar -xvzf openfire_4_0_1.tar.gz
and move to /usr/local/openfire
mv openfire /usr/local/

Configuration

Open the configfile

vi /usr/local/openfire/conf/openfire.xml
remove the comment for network and insert your
<network>
<interface>server ip here</interface>
</network>

linux/ubuntu/xmpp/openfire.1457143188.txt.gz · Last modified: 2017/03/01 12:50 (external edit)