aboutsummaryrefslogtreecommitdiff
path: root/doc/setup
diff options
context:
space:
mode:
authorhttp://jeremiahfoster.myopenid.com/ <http://jeremiahfoster.myopenid.com/@web>2009-10-13 13:35:44 -0400
committerJoey Hess <joey@kitenet.net>2009-10-13 13:35:44 -0400
commit129bde667604a73e26fce2491dd5e431aef143af (patch)
treefb61c3d7765dac118ad1e1e4d32f5448b20fb0cf /doc/setup
parent68433d82b88e93962561d6ddad8689984398def1 (diff)
downloadikiwiki-129bde667604a73e26fce2491dd5e431aef143af.tar
ikiwiki-129bde667604a73e26fce2491dd5e431aef143af.tar.gz
Added a question about permissions.
Diffstat (limited to 'doc/setup')
-rw-r--r--doc/setup/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn
index 0501f443a..32a8f6de2 100644
--- a/doc/setup/discussion.mdwn
+++ b/doc/setup/discussion.mdwn
@@ -1,3 +1,5 @@
+I have copied over the ikiwiki.setup file from /usr/share/doc/ikiwiki/ to /etc/ikiwiki/ and run it after editing. My site gets built but when I click on the 'edit' button, firefox and google chrome download the cgi file instead of creating a way to edit it. The permissions on my ikiwiki.cgi script look like this: -rwsr-sr-x 1 root root 13359 2009-10-13 19:21 ikiwiki.cgi. Is there something I should do, i.e. change permissions, so I can get it to run correctly? (jeremiah)
+
I just went through the standard procedure described for setup, copied the blog directory from examples into my source directory, ran ikiwiki, and everything seems to have worked, except that none of the
&#91;&#91;!meta ... &#93;&#93; tags get converted. They simply show up in the html files unformatted, with no exclamation point, and with p tags around them. Any ideas? using ikiwiki version 2.40 on freebsd --mjg