Changes

Jump to navigation Jump to search
93 bytes added ,  07:23, 10 October 2007
no edit summary
Line 17: Line 17:  
== Download Openfire ==
 
== Download Openfire ==
   −
Go to http://www.igniterealtime.org/downloads/index.jsp and click on linux & download openfire-3.3.3-1.i386.rpm
+
Go to http://www.igniterealtime.org/downloads/index.jsp and click on linux & download openfire_3_3_3.tar.gz
   −
  yum localinstall openfire-3.3.3-1.i386.rpm
+
  '''NOTE: DO NOT DOWNLOAD THE RPM'''
 +
 
 +
copy or move openfire_3_3_3.tar.gz into /tmp
 +
 
 +
tar xvzf openfire_3_3_3.tar.gz
 +
 
 +
mv /tmp/openfire /opt
    
  chown -R www.www /opt/openfire
 
  chown -R www.www /opt/openfire
Line 75: Line 81:  
  cd /opt/openfire/bin
 
  cd /opt/openfire/bin
   −
  sh openfire.sh
+
  ./openfire start
      Line 96: Line 102:       −
Need to create a openfire daemon that will load at start up
+
Need to create a openfire daemon that will load at start upS et Up Initialization So Openfire Starts On A Server Reboot
   −
  cd /etc/rc7.d
+
  cd /opt/openfire/bin/extra
 +
 
 +
chmod 700 redhat-postinstall.sh
 +
 
 +
./redhat-postinstall.sh
 +
 
 +
cd /opt/openfire/bin
 +
 
 +
chmod 755 openfire
   −
ln -s  /opt/openfire/bin/openfire.sh S90openfire
+
Create symbolic link to the script at runlevel 7 (/etc/rc7.d)
   −
  shutdown -r now
+
  cd /etc/rc7.d
   −
NOTE: I have an issue with the openfire daemon , as it will load the script on startup , however, it will not load the login prompt
+
  ln -s  /opt/openfire/bin/openfire S90openfire
   −
Example:
+
Reboot your server to make sure the openfire daemon initializes on startup...
   −
  Openfire 3.3.3 [Oct 10, 2007 1:22:31 PM]
+
  shutdown -r now
Admin console listening at:
  −
  http://test.testserver.local:9090
  −
  https://test.testserver.local:9091
  −
  −
instead of the login prompt
     −
Test Login:
      
== OPTIONAL ==
 
== OPTIONAL ==
276

edits

Navigation menu