]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/setup/discussion.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[git.ikiwiki.info.git] / doc / setup / discussion.mdwn
index ba74c5771335c95921f0f06e2cf37eb7d1769180..78da1a0f2d4698f43eea7169f61648e525ff8871 100644 (file)
@@ -145,3 +145,11 @@ How do I set up cgi editing?  In setup I have:
  * cgi_wrapper => 'edit.cgi'
 
 But I don't get an edit link on my pages?  What am I doing wrong?
+
+> Assuming you don't have the editpage plugin disabled, all you should need
+> to so is re-run `ikiwiki -setup` with the above config and it should
+> rebuild your wiki and add the edit links to pages. --[[Joey]]
+
+----
+
+I setup ikiwiki on a fedora 10 machine and I am using apache as my http server. Faced a few difficulties while setting it up as the default setup program left some suid files and group writeable directories on the system. It took some time to get it working and documented what I did at http://flyingtux.blogspot.com/2009/03/installing-ikiwiki.html. Thought it might be useful to someone here. (The version installed is 2.72)