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/"
ikiwiki -version
ikiwiki version 3.20100831
-Hope this can be useful for someone.
+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.
+
+
IƱigo