# HG changeset patch # User Paul Boddie # Date 1197421586 -3600 # Node ID 22818b68074eaea11f4e871267820e25f530afbd # Parent 32c47fe2dee5792f858053ec30879c659bd4ad5e Added some documentation notes. diff -r 32c47fe2dee5 -r 22818b68074e README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Wed Dec 12 02:06:26 2007 +0100 @@ -0,0 +1,20 @@ +To set up a Wiki, do the following: + +sudo ./initwiki .../ep2008 +sudo ./insttheme .../ep2008 + +To copy an archived Wiki into an active Wiki: + +sudo python archive_wiki.py archived_ep2008 .../ep2008 + +To set up the Wiki in the main MoinMoin configuration, examine farmconfig.py, then: + +sudo ./instwiki + +To set up an Apache site for the Wiki, examine site-ep2008, then: + +sudo ./instsite + +Macros (if used) can be installed as follows: + +sudo ./instmacros .../ep2008