# HG changeset patch # User Paul Boddie # Date 1199749569 -3600 # Node ID 08a850199d23229e2b76cea7de194b1372e54170 # Parent 22818b68074eaea11f4e871267820e25f530afbd Added some notes. diff -r 22818b68074e -r 08a850199d23 README.txt --- a/README.txt Wed Dec 12 02:06:26 2007 +0100 +++ b/README.txt Tue Jan 08 00:46:09 2008 +0100 @@ -1,8 +1,17 @@ +Initialising and Installing the Wiki +------------------------------------ + +Various scripts are provided to install the Wiki according to the +Debian/Ubuntu filesystem layout devised for Apache and MoinMoin. + To set up a Wiki, do the following: sudo ./initwiki .../ep2008 sudo ./insttheme .../ep2008 +(The initwiki script sets up the resources for the Wiki; the insttheme script +adds theme-related resources, including the theme code.) + To copy an archived Wiki into an active Wiki: sudo python archive_wiki.py archived_ep2008 .../ep2008 @@ -11,6 +20,9 @@ sudo ./instwiki +(This copies the ep2008.py and farmconfig.py files; if either change +subsequently, it will be necessary to copy them again.) + To set up an Apache site for the Wiki, examine site-ep2008, then: sudo ./instsite