X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/89d0d414bfe6f07bce51a31909cfa3bc761aa21c..e548b0c24575a91ba4678e9cf1b78e02ff15d887:/doc/install/discussion.mdwn

diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn
index c21664c79..c06893ec1 100644
--- a/doc/install/discussion.mdwn
+++ b/doc/install/discussion.mdwn
@@ -280,11 +280,10 @@ This where my steps:
 
 As root (#):
 
-    # aptitude install build-essential curl perl
+        aptitude install build-essential curl perl
 
-As plain user ($):
 
-    I use to install user perl modules using local::lib
+As plain user ($), I use to install user perl modules using local::lib
 
         mkdir -p "$HOME/downloads"
         cd "$HOME/downloads/"
@@ -319,9 +318,16 @@ After all, here it's:
         ikiwiki -version
         ikiwiki version 3.20100831
 
-But it seems like this installation looses the /etc files...
+It seems like this installation looses the /etc files (we're as plain user), but this can be used as a workaround:
+
+        ikiwiki -setup ~/downloads/ikiwiki/auto.setup
+
+I've not investigated more the /etc files ussage, but does not seems like a good idea to be as plain user...
+
+        /etc/ikiwiki/wikilist does not exist
+        ** Failed to add you to the system wikilist file.
+        ** (Probably ikiwiki-update-wikilist is not SUID root.)
+        ** Your wiki will not be automatically updated when ikiwiki is upgraded.
 
-        $ find /home/ikiwiki/.perl5/ -iname '*.setup'
-        $
 
 Iñigo