diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 8 insertions, 9 deletions
| @@ -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!) |
| 82 | Example: | 82 | Example: |
| 83 | If you defined a beinc_server.py instance with SSL-support called "beinc_test", | 83 | If you defined a beinc_server.py instance with SSL-support, |
| 84 | your URL for pushing will be: https://hostname:port/push/beinc_test | 84 | your URL will be: https://hostname:port |
| 85 | and for polling: https://hostname:port/pull/beinc_test | ||
| 86 | 85 | ||
| 87 | 86 | ||
| 88 | Supported systems & requirements | 87 | Supported systems & requirements |
| 89 | -------------------------------- | 88 | -------------------------------- |
| 90 | Any system running the software required for the selected components. | 89 | Any system running the software required for the selected components. |
| 91 | All components tested on: Gentoo GNU/Linux 2013,2014, | 90 | All 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 | ||
| 96 | Requirements: | 95 | Requirements: |
| 97 | All components: Python 2.7.* | 96 | All components: Python 2.7.* (for TLS1.1 and TLS1.2 client support you ned Python>=2.7.9) |
| 98 | beinc_server.py: cherrypy >= 3.2.0, pyopenssl >= 0.13.0 (opntional (ssl support)), | 97 | beinc_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) |
| 100 | beinc_weechat.py: Weechat >= 0.4.0 | 99 | beinc_weechat.py: Weechat >= 0.4.0 |
| 101 | beinc_poller.py: pynotify >= 0.1 (optional), pyosd >= 0.2 (optional) | 100 | beinc_poller.py: pynotify >= 0.1 or pyosd >= 0.2 |
| 102 | beinc_generic_client.py: No additional software required | 101 | beinc_generic_client.py: No additional software required |
| 103 | 102 | ||
| 104 | Read INSTALL in this very same folder for more details about installing the requirements! | 103 | Read INSTALL in this very same folder for more details about installing the requirements! |
