src/hg/wikiMods/README 1.3
1.3 2009/03/18 22:45:43 hiram
Fixup known issues as this went into the archae browser
Index: src/hg/wikiMods/README
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/wikiMods/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/wikiMods/README 18 Mar 2009 21:38:33 -0000 1.2
+++ src/hg/wikiMods/README 18 Mar 2009 22:45:43 -0000 1.3
@@ -20,15 +20,32 @@
is installed in the Mediawiki versions 1.13.0 source in the directory:
includes/templates/
-This business is used in the wiki by adding the lines:
+This business is used in the wiki by adding the lines
+to the LocalSettings.php:
require_once( "$IP/extensions/SpecialUserloginUCSC.php" );
require_once( "$IP/extensions/SpecialUserlogoutUCSC.php" );
+require_once( "$IP/includes/templates/UserloginUCSC.php" );
-These require statements are referring to:
+These require statements are referring to the files from here:
configuration.SpecialUserloginUCSC.php
configuration.SpecialUserlogoutUCSC.php
To the LocalSettings.php configuration file in the Wiki
+In your hg.conf file, the configuration item:
+wiki.host=
+
+Should point merely to the host name of the system
+where the wiki is running, no extra sub directories.
+
+Whereas, the item
+wikiTrack.URL=
+should be the complete URL to the main page of the wiki,
+eg:
+wikiTrack.URL=wiki.myhost.edu/localWiki
+
+Where your wiki is in the sub-directory localWiki in
+your MediaWiki installation.
+