From 3e2048ace95f8b80ce43d77898f12f058b112e8b Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 20 Jan 2009 19:42:08 +0000 Subject: * src/Makefile.in: The path to the installed copy of ejabberd Guide is set in the environment variable EJABBERD_DOC_PATH (EJAB-837). * src/web/ejabberd_web_admin.erl: Likewise * src/ejabberdctl.template: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1835 --- doc/guide.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 3282fc3d8..5bf0b4a26 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -476,7 +476,7 @@ variable.

  • Install OpenSSL in C:\sdk\OpenSSL and add C:\sdk\OpenSSL\lib\VC to your path or copy the binaries to your system directory.
  • Install ZLib in C:\sdk\gnuWin32. Copy C:\sdk\GnuWin32\bin\zlib1.dll to your system directory. If you change your path it should already be set after libiconv install. -
  • Make sure the you can access Erlang binaries from your path. For example: set PATH=%PATH%;"C:\sdk\erl5.5.5\bin" +
  • Make sure the you can access Erlang binaries from your path. For example: set PATH=%PATH%;"C:\sdk\erl5.6.5\bin"
  • Depending on how you end up actually installing the library you might need to check and tweak the paths in the file configure.erl.
  • While in the directory ejabberd\src run:
    configure.bat
    @@ -914,8 +914,8 @@ connected to port 5237 with password ‘ggsecret’.
     {s2s_default_policy, deny}.
     {{s2s_host,"jabber.example.org"}, allow}.
     {{s2s_host,"example.com"}, allow}.
    -

    Note, that for jabberd 1.4- or WPJabber-based -services you have to make the transports log and do XDB by themselves: +

    Note, that for services based in jabberd14 or WPJabber +you have to make the transports log and do XDB by themselves:

      <!--
          You have to add elogger and rlogger entries here when using ejabberd.
          In this case the transport will do the logging.
    @@ -937,7 +937,7 @@ services you have to make the transports log and do XDB by themselves:
       <xdb id="xdb">
         <host/>
         <load>
    -      <!-- this is a lib of wpjabber or jabberd -->
    +      <!-- this is a lib of wpjabber or jabberd14 -->
           <xdb_file>/usr/lib/jabber/xdb_file.so</xdb_file>
           </load>
         <xdb_file xmlns="jabber:config:xdb_file">
    @@ -3019,6 +3019,8 @@ all the environment variables and command line parameters.

    The environment Path to the ejabberd service log file.

    EJABBERD_SO_PATH
    Path to the directory with binary system libraries. +
    EJABBERD_DOC_PATH
    + Path to the directory with ejabberd documentation.
    HOME
    Path to the directory that is considered ejabberd’s home. This path is used to read the file .erlang.cookie. @@ -3140,10 +3142,8 @@ be installed in the system. The file is searched by default in "/share/doc/ejabberd/guide.html". The directory of the documentation can be specified in -ejabberd.cfg with the option doc_path. -For example: -

    {doc_path, "/usr/local/share/doc/ejabberd/"}.
    -

    +the environment variable EJABBERD_DOC_PATH. +See section 4.1.2.

    4.3  Ad-hoc Commands

    If you enable mod_configure and mod_adhoc, you can perform several administrative tasks in ejabberd with a Jabber client. -- cgit v1.2.3