From: openmedi Date: Thu, 3 Nov 2016 22:13:15 +0000 (-0400) Subject: Added a comment X-Git-Tag: debian/3.20161219~32 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/08a500cbb780f361677dd1da40292266cd963c1a Added a comment --- diff --git a/doc/forum/laptop_wiki_with_git_-_but_the_other_way_around__63__/comment_1_56e6a6a6865b1da17d527e176c9eccfa._comment b/doc/forum/laptop_wiki_with_git_-_but_the_other_way_around__63__/comment_1_56e6a6a6865b1da17d527e176c9eccfa._comment new file mode 100644 index 000000000..5274acda3 --- /dev/null +++ b/doc/forum/laptop_wiki_with_git_-_but_the_other_way_around__63__/comment_1_56e6a6a6865b1da17d527e176c9eccfa._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="openmedi" + subject="comment 1" + date="2016-11-03T22:13:14Z" + content=""" +I was able to make some progress with this by taking a somewhat different approach. First of all I understand now a little better, that the above setup could be made to work, but it is easier to setup a wiki on my server by hand and then setting up the server repository as a remote of my local repository. After merging/combining the two repos (e.g.: pulling from the server with `--allow-unrelated-histories` and then pushing the local repo to the server) I had a state in which I could let ikiwiki run on my server clone of the local wiki. + +There's still work to do. I run into problems with exceeding the cpu time limit when trying to do a full rebuild which, because of the complexity of the wiki takes a while. Is there a way to do cumulative rebuilds or something like that? + +I also will have to see how well plugins will work on nearly free speech. +"""]]