# HG changeset patch # User Kim Alvefur # Date 1364168178 -3600 # Node ID 7f8e913031b47fe9337fb9a98edcce05b7178115 # Parent 1f308c72f72e960a38882bef2eebc623dcdd9b3e changed mod_candy.wiki diff -r 1f308c72f72e -r 7f8e913031b4 mod_candy.wiki --- a/mod_candy.wiki Mon Mar 25 00:34:11 2013 +0100 +++ b/mod_candy.wiki Mon Mar 25 00:36:18 2013 +0100 @@ -5,7 +5,13 @@ = Installation = -[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. +[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. + +You then need to download Candy and unpack it into the www_files directory, for example with curl: + +{{{ +curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1 +}}} After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/`