Mercurial > prosody-modules
comparison mod_candy/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary Serve Candy from prosody | |
2 | |
3 = Introduction = | |
4 This is a very simple demo module showing how to serve a BOSH-using web app from prosody. | |
5 | |
6 = Installation = | |
7 | |
8 [http://prosody.im/doc/installing_modules Install] and [http://prosody.im/doc/modules_enabled enable] the module just like any other. Note the included HTML file in the www_files directory, this directory needs to be in the same place as the module. | |
9 | |
10 You then need to download Candy and unpack it into the www_files directory, for example with curl: | |
11 | |
12 {{{ | |
13 curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 | |
14 }}} | |
15 | |
16 After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/` | |
17 | |
18 = Compatibility = | |
19 ||trunk||Works|| | |
20 ||0.9||Works|| |