Installing Openfire on CentOS 5.5
The install process takes less than 15 minutes.
- Do a basic install of CentOS with mySQL support and any other packages you want.
- Installing Java:
- If you don’t have Java install do the following:
- Download Java from (java.com) and do the following:
- mkdir /usr/java
- cp jre-6u13-linux-i586-rpm.bin /usr/java
- cd /usr/java
- sh jre-6u13-linux-i586-rpm.bin
- rpm -iv jre-6u13-linux-i586-rpm.bin
- Installing Openfire 3.6.4:
- (At the time of writing this document 3.6.4 was the current version)
- wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire-3.6.4-1.i386.rpm
- rpm -ivh openfire-3.6.4-1.i386.rpm
- service openfire reload
- Now open a http session http://localhost:9090
- This will take you through the install procedure.
- Our BaseDN: OU=Users,DC=NY,DC=SIFIZM,DC=com
- Our AdminDN: CN=sifizm,OU=IT,OU=Users,DC=NY,DC=SIFIZM,DC=com
- Complete the install, once that is completed you have to reboot the server. (This is due to a bug in this version)
- Once the server starts, let’s check to make sure that Openfire is running.
- service openfire status
- Now open a http session http://localhost:9090
- Login with the Domain Admin account allowed access to.




