X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/336d4884baee1c4f45e836a530520695b73b1b20..44942bfd84fbde3e03c03aceecdec959d5b6e93e:/doc/install/discussion.mdwn diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index 42c56aa13..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/" @@ -297,19 +296,18 @@ As plain user ($): echo 'eval $(perl -I$HOME/.perl5/lib/perl5 -Mlocal::lib=$HOME/.perl5)' >>~/.bashrc . ~/.bashrc curl -L http://cpanmin.us | perl - App::cpanminus - . ~/.bashrc cpanm CGI::FormBuilder cpanm CGI::Session cpanm HTML::Parser cpanm HTML::Template - cpanm -f HTML::Scrubber # tests failed + cpanm HTML::Scrubber cpanm Text::Markdown cpanm URI cd .. tar -zxf ikiwiki_3.20100831.tar.gz cd ikiwiki/ perl Makefile.PL INSTALL_BASE= PREFIX=/home/$USER/.perl5 - make tests # All tests successful + make test # All tests successful. make install INSTALL_BASE=/home/$USER/.perl5 . ~/.bashrc @@ -320,5 +318,16 @@ After all, here it's: 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