Mercurial > sat_docs
comparison scripts/dns_srv/configure_dns_srv.sh @ 4:a6af040be754
add screenshot for v0.5, Libervia's overview
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 02 Jul 2014 19:54:12 +0200 |
parents | 73d3b94b7364 |
children | 358a4fc0e091 |
comparison
equal
deleted
inserted
replaced
3:73d3b94b7364 | 4:a6af040be754 |
---|---|
11 # - http://wiki.xmpp.org/web/SRV_Records | 11 # - http://wiki.xmpp.org/web/SRV_Records |
12 # - http://prosody.im/doc/dns | 12 # - http://prosody.im/doc/dns |
13 # | 13 # |
14 # For this to work, Prosody configuration must define the domain as a VirtualHost. | 14 # For this to work, Prosody configuration must define the domain as a VirtualHost. |
15 # It is also assumed that the Prosody "directory" option is set to "/var/cache/bind". | 15 # It is also assumed that the Prosody "directory" option is set to "/var/cache/bind". |
16 # | |
17 # Finally, you may want to modify the SàT configuration file to set the option | |
18 # "new_account_domain" to that domain passed in $1 in order to register new | |
19 # account from Libervia, and the "jid" option of sat_pubsub should be set to | |
20 # "sat-pubsub.<domain>" for the microblogging feature to work. | |
16 | 21 |
17 if [ $# -lt 2 ]; then | 22 if [ $# -lt 2 ]; then |
18 echo "Usage: `basename $0` <domain> <c2s_port>" | 23 echo "Usage: `basename $0` <domain> <c2s_port>" |
19 exit 1 | 24 exit 1 |
20 fi | 25 fi |