openbsd-ports/net/prosody/pkg
jasper c48cbbd555 - no need for groff
- use MODLUA_RUN_DEPENDS so we pull in the right lua flavors
- add dependency on luadbi
- mention luadbi in the README

ok MAINTAINER
2012-09-14 21:51:19 +00:00
..
DESCR
PFRAG.shared
PLIST fix PLIST; didn't package -> no bump 2012-01-26 16:28:48 +00:00
prosody.rc Set rc_usercheck to NO. 2012-08-04 15:28:14 +00:00
README - no need for groff 2012-09-14 21:51:19 +00:00

$OpenBSD: README,v 1.6 2012/09/14 21:51:19 jasper Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Using Prosody in an OpenBSD environment

1) Prosody documentation is available online at:

   http://prosody.im/doc/configure

   Use this information to edit:

   ${SYSCONFDIR}/prosody/prosody.cfg.lua

   to your liking.

2) Prosody includes an rc script for starting and stopping. You can
   start it by running:

   # ${RCDIR}/prosody start

   You can have it start automatically on boot by adding 'prosody' to your
   pkg_scripts line in /etc/rc.conf.local

3) Prosody comes with prosodyctl script for controlling the daemon. Run
   it without parameters to get list of commands:

   # ${TRUEPREFIX}/sbin/prosodyctl

   For example, to add users you would use something like:

   # ${TRUEPREFIX}/sbin/prosodyctl adduser username@domain.tld

4) In case you decide to enable 'mod_storage_sql', the default SQLite3
   driver has already been installed. If you like to use MySQL or
   PostgreSQL for the database, please install luadbi-mysql,${FLAVOR}
   or luadbi-postgresql,${FLAVOR} respectively.