# HG changeset patch # User florob@babelmonkeys.de # Date 1365264675 0 # Node ID d3f2060ac16a980914228bec209dbaedd56ea7d1 # Parent da79793316ff60a07d20034a39cd13e5345b14d2 Re-add Installation section. diff -r da79793316ff -r d3f2060ac16a mod_admin_web.wiki --- a/mod_admin_web.wiki Sat Apr 06 16:00:30 2013 +0000 +++ b/mod_admin_web.wiki Sat Apr 06 16:11:15 2013 +0000 @@ -5,6 +5,11 @@ This module provides a basic web administration interface. It currently gives you access to Ad-Hoc commands on any virtual host or component that you are set as an administrator for in the Prosody config file. It also provides a live list of all S2S and C2S connections. += Installation = + + # Copy the admin_web directory into a directory Prosody will check for plugins. (cf. [http://prosody.im/doc/installing_modules Installing modules]) + # Execute the contained get_deps.sh script from within the admin_web directory. (Requires wget, tar, and a basic shell) + = Configuration Details = "admin_web" needs to be added to the modules_enabled table of the host you want to load this module on.