From 0de9564361bba94e05e2d6b5d31db74a43b514e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 24 Sep 2012 16:03:11 +0200 Subject: [PATCH] mention about indexer run --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index e0b4b79..5dd6914 100644 --- a/README +++ b/README @@ -18,12 +18,14 @@ $ ./moin2doku.py -a -d /var/lib/dokuwiki To convert single page (FrontPage): $ ./moin2doku.py -F moinmoin/data/pages/FrontPage -d out -after conversion be sure to fix ownership +You should invoke bin/indexer.php after conversion to make all pages are indexed. + +and ensure ownership of files is correct: (www-data:www-data being your uid/gid webserver runs): # chown -R www-data:www-data /var/lib/dokuwiki/pages/* # chown -R www-data:www-data /var/lib/dokuwiki/media/* -also, depending on your configuration, you may need to gzip the attic pages. +additionally, depending on your configuration, you may need to gzip the attic pages. History: version 0.1 2010-02