Mercurial > prosody-modules
comparison mod_candy/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | mod_candy/README.wiki@29f3d6b7ad16 |
children | 991a5f74f848 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 summary: Serve Candy from prosody | |
4 ... | |
5 | |
6 Introduction | |
7 ============ | |
8 | |
9 This is a very simple demo module showing how to serve a BOSH-using web | |
10 app from prosody. | |
11 | |
12 Installation | |
13 ============ | |
14 | |
15 [Install](http://prosody.im/doc/installing_modules) and | |
16 [enable](http://prosody.im/doc/modules_enabled) the module just like any | |
17 other. Note the included HTML file in the www\_files directory, this | |
18 directory needs to be in the same place as the module. | |
19 | |
20 You then need to download Candy and unpack it into the www\_files | |
21 directory, for example with curl: | |
22 | |
23 curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 | |
24 | |
25 After the module has been loaded, Candy will by default be reachable | |
26 from `http://example.com:5280/candy/` | |
27 | |
28 Compatibility | |
29 ============= | |
30 | |
31 ------- ------- | |
32 trunk Works | |
33 0.9 Works | |
34 ------- ------- |