comparison INSTALL @ 419:454c7685471d

misc: updated setup.py and INSTALL
author souliane <souliane@mailoo.org>
date Sun, 23 Mar 2014 23:06:42 +0100
parents cb66dffdf9b2
children ac0018e4391b
comparison
equal deleted inserted replaced
418:ec8775575886 419:454c7685471d
67 67
68 * create an account "libervia@yourserver.tld" (replace "yourserver.tld" by "example.net" 68 * create an account "libervia@yourserver.tld" (replace "yourserver.tld" by "example.net"
69 or something else) on your XMPP server, create a profile on SàT named "libervia", and 69 or something else) on your XMPP server, create a profile on SàT named "libervia", and
70 plug the SàT profile to this account. 70 plug the SàT profile to this account.
71 71
72 == Configuration ==
73
74 You can configure the Libervia service from the SàT configuration file, for example:
75
76 [libervia]
77 connection_type=both
78 port=8080
79 port_https=8443
80 ssl_certificate=libervia.pem
81 redirect_to_https=1
82 unsecure_warning=1
83
84 Check the wiki for more information: http://wiki.goffi.org/wiki/Configuration/en
85
72 == Usage == 86 == Usage ==
73 87
74 The four components must be launched in the following order: 88 The four components must be launched in the following order:
75 89
76 * prosody 90 * prosody