I installed gollum-wiki to serve as our labs wiki (14 members). Since it is git based, I imagine the most logical workflow would be that every user has a local copy of the repository and whenever they make changes, would initiate a pull request? Any other workflow suggestions are appreciated.
Also, two more specific questions:
If I have a repository (e.g. mywiki) that I want to clone from bitbucket into the webserver and start using that as a starting point - do I need to use
gollum --page-file-dir
to specify gollum to use that folder for page creation?
Also, from the web-based editor, when I create a new page, .e.g.
page1
, I seepage1.md
created in the gollum directory under/var/gollum
but when I create a page e.g.pages/page2
to create a page inpages
folder, I dont see thepages
folder created anywhere in the webserver nor can I find thepages.md
file. However I see the folder and the page in the web based wiki.
There must be something that I am doing wrong. Any inputs?
Thanks!