diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-05 13:44:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-05 13:44:18 -0400 |
commit | 3a0d736412bd3938a30f400bffbf74f3c8628514 (patch) | |
tree | 1d9233517be72fd3d94e85fb13a5a2ccb7c82abd /doc/setup | |
parent | 39679d3a53165863e3e4f19095b812fae1a80c5c (diff) | |
download | ikiwiki-3a0d736412bd3938a30f400bffbf74f3c8628514.tar ikiwiki-3a0d736412bd3938a30f400bffbf74f3c8628514.tar.gz |
added a clarifiaction about my understanding of what happens
Diffstat (limited to 'doc/setup')
-rw-r--r-- | doc/setup/discussion.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index 82c5bc0e0..c21d7e600 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -168,14 +168,17 @@ I setup ikiwiki on a fedora 10 machine and I am using apache as my http server. ---- -/etc/ikiwiki/auto.setup tries to get abs_path of a non-existent "repository" path, and that doesn't work in my perl: +/etc/ikiwiki/auto.setup tries to get abs_path of a non-existent "repository" path (in ikiwiki-makerepo), and that doesn't work in my perl: +<nowiki> [mort@localhost ~]$ perl -e 'use Cwd q{abs_path}; print abs_path("/var")' /var[mort@localhost ~]$ perl -e 'use Cwd q{abs_path}; print abs_path("/abcde")' [mort@localhost ~]$ +</nowiki> Because of this, /etc/ikiwiki/auto.setup fails: +<nowiki> $ ikiwiki -setup /etc/ikiwiki/auto.setup What will the wiki be named? wiki What revision control system to use? git @@ -203,6 +206,7 @@ this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. $ +</nowiki> Can't ikiwiki's "make test" perhaps test for this, so that one knows something will go wrong? -- Ivan Z. |