Install OpenFire on Debian 4.0 Etch
OpenFire is as XMPP (aka. Jabber) server written in Java. It has the advantage to be very easy to configure by using a Web interface. In my opinion, i think it is the best Jabber server available as a Free software. This page help you to setup a OpenFire server on Debian 4.0 Etch.
OpenFire install
First, we need to install the Sun Java Development Kit :
apt-get install sun-java5-jdk
We set it up as the default Java virtual machine :
sudo update-java-alternatives --set java-1.5.0-sun
We select the version we want to install:
VERSION=3.6.0a
Note: Visit the Openfire official web site to get the last version number.
We download the Debian package for OpenFire :
/usr/bin/wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_${VERSION}_all.deb \
--output-document=/tmp/openfire.deb
And we install OpenFire:
/usr/bin/dpkg -i /tmp/openfire.deb
Start OpenFire daemon if necessary:
/etc/init.d/openfire start
MySQL database creation
You can install a MySQL server and / or create a MySQL database by following the howto MySQL for Debian 4.0 Etch.
OpenFire configuration
Me now need to setup OpenFire. In order to do this, connect to your serveur 9090 port using HTTP protocol. Example :
And follow the configuration steps.
Note : The same URL allow you to access to your administration interface.
Server parameters
- Domain: Enter the Jabber domain you are willing this server to manage. Your Jabber users will be of the name@domain form.
Thanks
- Thanks to the OpenFire developpers.
The only thing hard about this...
I had this up and running in no more then 15 min's and that's after installing mysql via your guide as well!
Really! I can't thank you enough for making a perfect debian setup for me as easy as you have!
p.s. any chance you've wanted to make one for a Laconica setup?
well thank you
For Laconica, I'm sorry, but i use this site for my personal servers setup (yeah... i'm doing a lot of things on my personal server :) and I've really no interest in micro blogging, I'm too much of a paranoiac for that.
Thank you again
Quality! But...
Bet you didn't know you'd turn into a help site too huh :) any idea's?
upgrade ?
upgrade is as easy as installing: just download the new deb package from OpenFire web site, and install it on your system. You then have to log into the admin panel to check that everything is OK, but i've done this 2 times at least without problems.
This is why i like debian :) Upgrade is painless most of the time :)
Good luck
ps: you are not the only one asking for help on this site :)
pps : and thank you for your feedback, i like to know when my install guides are used.
Installation failed....
installation of "sun-java5-jdk" failed if u don't add additional repos to ur sources.list......
please add the following line to ur sources.list :
deb http://ftp.de.debian.org/debian/ etch main non-free contrib
Good Luck....