summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 8 insertions, 9 deletions
diff --git a/README b/README
index 492e892..f3e241e 100644
--- a/README
+++ b/README
@@ -80,25 +80,24 @@ There are 2 operations that can be done on an instance:
80 A pull is available only for instances defined for queueing. 80 A pull is available only for instances defined for queueing.
81 (read beinc_config_sample.json.readme for details!) 81 (read beinc_config_sample.json.readme for details!)
82Example: 82Example:
83If you defined a beinc_server.py instance with SSL-support called "beinc_test", 83If you defined a beinc_server.py instance with SSL-support,
84your URL for pushing will be: https://hostname:port/push/beinc_test 84your URL will be: https://hostname:port
85and for polling: https://hostname:port/pull/beinc_test
86 85
87 86
88Supported systems & requirements 87Supported systems & requirements
89-------------------------------- 88--------------------------------
90Any system running the software required for the selected components. 89Any system running the software required for the selected components.
91All components tested on: Gentoo GNU/Linux 2013,2014, 90All components tested on: Gentoo GNU/Linux 2014,2015,
92 Ubuntu GNU/Linux 14.4,13.10, 91 Ubuntu GNU/Linux 14.4,14.10,
93 FreeBSD 9.x 92 FreeBSD 10.x
94 93
95 94
96Requirements: 95Requirements:
97All components: Python 2.7.* 96All components: Python 2.7.* (for TLS1.1 and TLS1.2 client support you ned Python>=2.7.9)
98beinc_server.py: cherrypy >= 3.2.0, pyopenssl >= 0.13.0 (opntional (ssl support)), 97beinc_server.py: Twisted Web >= 14.0, pyopenssl >= 0.13.0,
99 pynotify >= 0.1 (optional), pyosd >= 0.2 (optional) 98 pynotify >= 0.1 (optional), pyosd >= 0.2 (optional)
100beinc_weechat.py: Weechat >= 0.4.0 99beinc_weechat.py: Weechat >= 0.4.0
101beinc_poller.py: pynotify >= 0.1 (optional), pyosd >= 0.2 (optional) 100beinc_poller.py: pynotify >= 0.1 or pyosd >= 0.2
102beinc_generic_client.py: No additional software required 101beinc_generic_client.py: No additional software required
103 102
104Read INSTALL in this very same folder for more details about installing the requirements! 103Read INSTALL in this very same folder for more details about installing the requirements!