[mb-commits] r11048 - mb_server/branches/TemplateToolkit

root at musicbrainz.org root at musicbrainz.org
Wed Jan 14 00:56:55 UTC 2009


Author: robert
Date: 2009-01-14 00:56:54 +0000 (Wed, 14 Jan 2009)
New Revision: 11048

Modified:
   mb_server/branches/TemplateToolkit/INSTALL.TemplateToolkit
Log:
Document how to load your own wiki transclusion index.


Modified: mb_server/branches/TemplateToolkit/INSTALL.TemplateToolkit
===================================================================
--- mb_server/branches/TemplateToolkit/INSTALL.TemplateToolkit	2009-01-14 00:36:46 UTC (rev 11047)
+++ mb_server/branches/TemplateToolkit/INSTALL.TemplateToolkit	2009-01-14 00:56:54 UTC (rev 11048)
@@ -85,8 +85,18 @@
 		--echo just gives us a bit more feedback, in case this goes wrong - you can leave it off.
 		Remember to change the paths to your mbdump*.tar.bz2 files, if they are not in /tmp/dumps/.
 
-5) Start the development server
+5) Load WikiDocs transclusion file (optional)
 
+	If you would like to have the /doc pages load properly on a RT_STANDALONE installation, follow 
+	these steps:
+
+	       cd <mb_server-tt>/root/static/wikidocs
+	       curl http://musicbrainz.org/generated/wikitrans-index > index.txt
+
+	After this, the documentation index should be loadable.
+
+6) Start the development server
+
 	You should now have everything ready to run the development server! The development server is
 	a lightweight HTTP server, that gives good debug output, and is much more convenient than having
 	to set up a full blown stack. Just run:
@@ -98,4 +108,4 @@
 If, however, this *doesn't* happen - please contact aCiD2 on IRC, or file a bug at
 http://bugs.musicbrainz.org.
 
-Good luck, and happy hacking!
\ No newline at end of file
+Good luck, and happy hacking!




More information about the MusicBrainz-commits mailing list