]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Using_ikiwiki_via_command_line:_Workflow_and_permission_problem.mdwn
Added a comment: Please do not patch out the symlink check
[git.ikiwiki.info.git] / doc / forum / Using_ikiwiki_via_command_line:_Workflow_and_permission_problem.mdwn
1 I use my ikiwiki for personal notes only on my laptop locally (the html pages are under ~/public_html/mywiki) and now I am trying to edit it with emacs and push from command line. 
3 I have some questions about this: 
5 1\. Is the following workflow correct: 
8 - goto ~/mywiki
9 - edit and save ~/mypage.mdwm with emacs
10 - git add ~/mypage.mdwm
11 - git commit -m "mypage edit"
12 - git push
14 Since I also sometimes want to edit it from the web interface, I tested it and noticed that it doesn't seem that I have to pull before editing. If I save an edit from the web interface the directory ~/mywiki is updated magically without using git pull. 
16 Is this correct so far or is there a better workflow?
18 2\. After editing and saving the page from the web interface it is saved with root permissions in ~/mywiki how can I make ikiwiki to save everything with my username as group and owner?
20 3\. What's the best and fastest way to preview a page in my browser after editing it with emacs without updating the whole wiki?
23 -- anna19 --