2010-11-10 18:35:41 -05:00
|
|
|
$OpenBSD: README,v 1.2 2010/11/10 23:35:41 ajacoutot Exp $
|
2010-11-10 14:25:25 -05:00
|
|
|
|
2009-09-06 14:40:57 -04:00
|
|
|
Using Prosody in an OpenBSD environment
|
|
|
|
|
|
|
|
1) Prosody documentation is available online at:
|
|
|
|
|
|
|
|
http://prosody.im/doc/configure
|
|
|
|
|
|
|
|
Use this information to edit:
|
|
|
|
|
2010-11-10 14:25:25 -05:00
|
|
|
${SYSCONFDIR}/prosody/prosody.cfg.lua
|
2009-09-06 14:40:57 -04:00
|
|
|
|
|
|
|
to your liking.
|
|
|
|
|
2010-07-26 14:11:42 -04:00
|
|
|
2) Prosody uses privilege dropping. As such, you will need to initially
|
|
|
|
start prosody as root via prosodyctl:
|
2009-09-06 14:40:57 -04:00
|
|
|
|
2010-11-10 14:25:25 -05:00
|
|
|
# ${PREFIX}/sbin/prosodyctl start
|
2009-09-06 14:40:57 -04:00
|
|
|
|
2010-07-26 14:11:42 -04:00
|
|
|
You should now be able to start adding users:
|
|
|
|
|
2010-11-10 14:25:25 -05:00
|
|
|
# ${PREFIX}/sbin/prosodyctl adduser username@domain.tld
|