close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 14 and Version 15 of dSite/c0OMF


Ignore:
Timestamp:
Oct 10, 2014, 8:06:15 PM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c0OMF

    v14 v15  
    8585
    8686
     87=== Install and Configure !OpenFire (XMPP) ===
     88
     891. Install Java and Openfire 3.8.0 and Java - as root do:
     90{{{
     91apt-get install default-jre-headless
     92wget -O openfire.deb http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3.8.0_all.deb
     93dpkg -i openfire.deb
     94}}}
     951. In the /etc/java-6-openjdk/security/java.security file, comment out the following line:
     96 {{{
     97   security.provider.9=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg
     98 }}}
     992. Open /etc/init.d/openfire file in an editor and add JAVA_HOME pointing to the correct java directory:
     100{{{
     101  JAVA_HOME=/bin
     102}}}
     103
     1043. Start openfire using command
     105{{{
     106  /etc/init.d/openfire start
     107}}}
     1084. Check if openfire is running: ps aux | grep openfire . Startup can take a while, please be patient.
     1095. Direct your web browser to http://localhost:9090 and begin the setup wizard. If you are unable to connect to http://localhost:9090, then do the following:
     1106. Choose your language and click continue
     1117. Enter the AM's hostname in the Domain field and click continue
     1128. Choose the embedded database and continue.
     1139. Choose the default profile and click continue
     11410. Enter an admin password and click continue, then wait until the installation is finished. In most cases, the username and password is 'admin'.
    87115
    88116