]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/install/discussion.mdwn
update issue needing /etc as plain user
[ikiwiki.git] / doc / install / discussion.mdwn
index c21664c79ccc286756d86e097877704604ff7248..c06893ec1c0880f1646c88ed3f160d252681577f 100644 (file)
@@ -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