Software /
code /
prosody-modules
Comparison
mod_candy/README.markdown @ 2341:52dd2a51dac8
mod_candy: Update to point to Candy v2.2.0
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 02 Nov 2016 20:42:27 +0100 |
parent | 1921:20ee32f620b9 |
child | 2450:36ffe9d11132 |
comparison
equal
deleted
inserted
replaced
2340:a1d641e88918 | 2341:52dd2a51dac8 |
---|---|
22 | 22 |
23 You then need to download Candy and unpack it into the www\_files | 23 You then need to download Candy and unpack it into the www\_files |
24 directory, for example with curl: | 24 directory, for example with curl: |
25 | 25 |
26 cd www_files | 26 cd www_files |
27 curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip | 27 curl -OL https://github.com/candy-chat/candy/releases/download/v2.2.0/candy-2.2.0.zip |
28 unzip candy-2.0.0.zip | 28 unzip candy-2.2.0.zip |
29 | 29 |
30 After the module has been loaded, Candy will by default be reachable | 30 After the module has been loaded, Candy will by default be reachable |
31 from `http://example.com:5280/candy/` | 31 from `http://example.com:5280/candy/` |
32 | 32 |
33 It may be helpful to also enable [mod\_default\_bookmarks] so that Candy | 33 It may be helpful to also enable [mod\_default\_bookmarks] so that Candy |