Author: ianb
Date: 2004-05-30 02:03:21 -0600 (Sun, 30 May 2004)
New Revision: 107
Modified:
Wiki/INSTALL.txt
Log:
Updated with respect to the recent MakeAppWorkDir.py changes
Modified: Wiki/INSTALL.txt
===================================================================
--- Wiki/INSTALL.txt 2004-04-27 04:36:59 UTC (rev 106)
+++ Wiki/INSTALL.txt 2004-05-30 08:03:21 UTC (rev 107)
@@ -14,18 +14,9 @@
Set up a new working directory::
- ~/Webware/bin/MakeAppWorkDir.py ~/WikiWorkDir
+ ~/Webware/bin/MakeAppWorkDir.py -c Wiki -d ~/w4py.org/Wiki/Context \
+ -l ~/w4py.org/Wiki ~/WikiWorkDir
-Set up the config, ``~/WikiWorkDir/Configs/Application.config, in
-``'Contexts'``::
-
- 'Context': '/home/me/w4py.org/Wiki/Context',
- 'default': 'Context,
-
-Edit ``~/WikiWorkDir/AppServer``, adding::
-
- export PYTHONPATH=/home/me/w4py.org/Wiki:/home/me/w4py.org
-
You may want to edit ``wiki.ini``, particularly in ``[wiki]`` the
``basepath`` setting, which is where all your Wikis will be stored.
This should be writable by the AppServer. Also, for any domains there
@@ -49,7 +40,10 @@
``index.html`` to ``htmlarea_index.html`` (``index.html`` will serve
as an unfortunate catch-all if you don't do this).
-Also install utidy from: http://utidylib.sourceforge.net/
+Also install utidy from: http://utidylib.sourceforge.net/ , which in
+turn requires libtidy and the Python ctypes library. These are
+available on Debian as ``libtidy0`` and ``python-ctypes`` (for other
+OSes you are on your own).
Then you should be all set!
|