changeset 419:454c7685471d

misc: updated setup.py and INSTALL
author souliane <souliane@mailoo.org>
date Sun, 23 Mar 2014 23:06:42 +0100
parents ec8775575886
children ac0018e4391b
files INSTALL setup.py
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Sun Mar 23 23:06:12 2014 +0100
+++ b/INSTALL	Sun Mar 23 23:06:42 2014 +0100
@@ -69,6 +69,20 @@
 or something else) on your XMPP server, create a profile on SàT named "libervia", and
 plug the SàT profile to this account.
 
+== Configuration ==
+
+You can configure the Libervia service from the SàT configuration file, for example:
+
+ [libervia]
+ connection_type=both
+ port=8080
+ port_https=8443
+ ssl_certificate=libervia.pem
+ redirect_to_https=1
+ unsecure_warning=1
+
+Check the wiki for more information: http://wiki.goffi.org/wiki/Configuration/en
+
 == Usage ==
 
 The four components must be launched in the following order:
--- a/setup.py	Sun Mar 23 23:06:12 2014 +0100
+++ b/setup.py	Sun Mar 23 23:06:42 2014 +0100
@@ -188,7 +188,7 @@
       scripts=[],
       zip_safe=False,
       dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'],
-      install_requires=['sat', 'twisted', 'pyfeed', 'xe', 'txjsonrpc', 'zope'],
+      install_requires=['sat', 'twisted', 'pyfeed', 'xe', 'txjsonrpc', 'zope', 'pyopenssl'],
       cmdclass={'install': CustomInstall},
       )