2011-07-07 22:14:58 -04:00
|
|
|
$OpenBSD: README,v 1.4 2011/07/08 02:14:59 ajacoutot Exp $
|
2010-11-13 02:31:59 -05:00
|
|
|
|
2011-06-02 09:41:36 -04:00
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
|
|
+-----------------------------------------------------------------------
|
2009-06-18 21:09:36 -04:00
|
|
|
|
2009-06-24 16:49:37 -04:00
|
|
|
1) openfire requires a database. If you intend on using the embedded
|
|
|
|
(HSQLDB) database you may skip to step #2. If you intend on using
|
|
|
|
MySQL or PostgreSQL, instructions are available at:
|
|
|
|
|
2010-11-13 02:31:59 -05:00
|
|
|
${TRUEPREFIX}/share/doc/openfire/database.html
|
2009-06-24 16:49:37 -04:00
|
|
|
|
|
|
|
2) openfire may be started by executing:
|
|
|
|
|
2011-03-09 11:50:40 -05:00
|
|
|
${SYSCONFDIR}/rc.d/openfire start
|
2009-06-24 16:49:37 -04:00
|
|
|
|
2011-03-09 11:50:40 -05:00
|
|
|
as root. To arrange for this to happen at boot, include 'openfire'
|
2011-07-07 22:14:58 -04:00
|
|
|
in the pkg_scripts variable in /etc/rc.conf.local
|
2009-06-24 16:49:37 -04:00
|
|
|
|
|
|
|
3) After starting openfire, you may access the web interface at
|
2011-03-09 11:50:40 -05:00
|
|
|
http://[hostname]:9090/; when you first login there is a configuration
|
|
|
|
dialog. After enabling SSL, you can use https://[hostname]:9091/
|
2009-06-24 16:49:37 -04:00
|
|
|
|
|
|
|
4) openfire's automated setup and plugin installation services require
|
|
|
|
several directories to be writable by the _openfire user. When you
|
|
|
|
complete the installation process, you may wish to tighten permissions
|
2010-11-13 02:31:59 -05:00
|
|
|
on ${TRUEPREFIX}/openfire and its subdirectories.
|
2009-08-16 22:38:33 -04:00
|
|
|
|
|
|
|
5) openfire's DIGEST-MD5 SASL mechanism does not interoperate very well.
|
|
|
|
If you experience issues with client authentication, you may need to
|
|
|
|
force the SASL mechanism to PLAIN by adding:
|
|
|
|
|
|
|
|
<sasl><mechs>PLAIN</mechs></sasl>
|
|
|
|
|
2011-03-09 11:50:40 -05:00
|
|
|
as the second-last line of ${TRUEPREFIX}/openfire/conf/openfire.xml
|
|
|
|
(e.g, just inside the closing XML tag).
|
2009-08-16 22:38:33 -04:00
|
|
|
|
|
|
|
Then restart openfire for the changes to take effect.
|