comparison mod_candy.wiki @ 329:7f8e913031b4

changed mod_candy.wiki
author Kim Alvefur <zash@zash.se>
date Mon, 25 Mar 2013 00:36:18 +0100
parents 1f308c72f72e
children
comparison
equal deleted inserted replaced
328:1f308c72f72e 329:7f8e913031b4
3 = Introduction = 3 = Introduction =
4 This is a very simple demo module showing how to serve a BOSH-using web app from prosody. 4 This is a very simple demo module showing how to serve a BOSH-using web app from prosody.
5 5
6 = Installation = 6 = Installation =
7 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 HTLM file in the www_files directory, this directory needs to be in the same place as the module. 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 }}}
9 15
10 After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/` 16 After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/`
11 17
12 = Compatibility = 18 = Compatibility =
13 ||trunk||Works|| 19 ||trunk||Works||