changeset 338:d3f2060ac16a

Re-add Installation section.
author florob@babelmonkeys.de
date Sat, 06 Apr 2013 16:11:15 +0000
parents da79793316ff
children 53771c083c19
files mod_admin_web.wiki
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.