Upgrade Openfire to 3.6.1
Posted: Mon Nov 17, 2008 6:31 pm
Become "root" user, then, execute the following commands:
P.S. "IM Gateway" plugin has to be added manually again before it works.
Code: Select all
/etc/init.d/openfire stop
cd /opt
rm openfire
gzcat /work/applications/openfire_3_6_1.tar.gz | tar xf -
cd openfire
cd bin
cp -p /opt/openfire.3.6.0a/bin/openfire.vmoptions .
cd ../conf
mv openfire.xml openfire.xml.ori
cp -p /opt/openfire.3.6.0a/conf/*.xml .
cd ..
cp -rp /opt/openfire.3.6.0a/embedded-db .
cd ..
mv openfire openfire.3.6.1
ln -s openfire.3.6.1 openfire
/etc/init.d/openfire start