Mercurial > sat_docs
changeset 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 | dfc5c6be7761 |
files | screenshots/0.5/anars/overview_libervia.png scripts/dns_srv/configure_dns_srv.sh |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/dns_srv/configure_dns_srv.sh Fri Jun 27 19:17:18 2014 +0200 +++ b/scripts/dns_srv/configure_dns_srv.sh Wed Jul 02 19:54:12 2014 +0200 @@ -13,6 +13,11 @@ # # For this to work, Prosody configuration must define the domain as a VirtualHost. # It is also assumed that the Prosody "directory" option is set to "/var/cache/bind". +# +# Finally, you may want to modify the SàT configuration file to set the option +# "new_account_domain" to that domain passed in $1 in order to register new +# account from Libervia, and the "jid" option of sat_pubsub should be set to +# "sat-pubsub.<domain>" for the microblogging feature to work. if [ $# -lt 2 ]; then echo "Usage: `basename $0` <domain> <c2s_port>"