ikiwiki/doc/forum/ikiwiki_generates_html_file...

9 lines
853 B
Plaintext
Raw Normal View History

2011-11-27 13:31:28 +01:00
I installed ikiwiki the usual way, my rcs is git, i configure the post-update hook in the bare-repo and use the cgi script in the non-bare.
I update my wiki through git (clone the bare repo on my laptop (WORKING CLONE), make a change and push it back to origin ($REPOSITORY)). Then the post-update hook (configured in my ikiwiki.config) kicks in and updates the checked out wiki ($DESTDIR) and the cgi script there generates html. See [[rcs/git]] if something is not clear.
2011-11-27 12:54:34 +01:00
My problem is: every generated html/css/favicon file is only write and readable by the user (600) and no one else.
2011-11-27 13:30:39 +01:00
2011-11-27 13:31:28 +01:00
- Edit: If i edit the wiki through the webinterface everything is fine.
- Edit2: Set _everything_ to chmod 0755 but when i run --setup or push to the bare repo; **then pages that are generated through the post update hook still have the wrong permissions.**