Software /
code /
prosody-modules
Comparison
mod_candy/README.markdown @ 1864:991a5f74f848
mod_candy: Update to work with a stable release instead of git (which no longer works)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 19 Sep 2015 16:51:16 +0200 |
parent | 1803:4d73a1a6ba68 |
child | 1917:b3c124850d10 |
comparison
equal
deleted
inserted
replaced
1863:92602cfac751 | 1864:991a5f74f848 |
---|---|
18 directory needs to be in the same place as the module. | 18 directory needs to be in the same place as the module. |
19 | 19 |
20 You then need to download Candy and unpack it into the www\_files | 20 You then need to download Candy and unpack it into the www\_files |
21 directory, for example with curl: | 21 directory, for example with curl: |
22 | 22 |
23 curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 | 23 cd www_files |
24 curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip | |
25 unzip www_files | |
24 | 26 |
25 After the module has been loaded, Candy will by default be reachable | 27 After the module has been loaded, Candy will by default be reachable |
26 from `http://example.com:5280/candy/` | 28 from `http://example.com:5280/candy/` |
27 | 29 |
28 Compatibility | 30 Compatibility |