Can I use gollum to create a wiki that is not hosted by Github?

I want to create a wiki with gollum and push it to my own git repository, is this possible?

I created a new git repository, installed gollum and started it. I have an "edit / Home" page. I added some content, saved ... everything looked good. Even the β€œrevision history” showed that changes had occurred.

Then I stopped gollum and found that there was nothing new in my git registry, I even checked if things hadn't come across ... nothing. I'm not sure how / where it stores the content that I add when it starts.

Any ideas?

thank

+5
source share
2 answers

Gollum git. git pull git push. gollum, , git push , , git pull , wiki. cron, .

gollum -. . :

http://www.nomachetejuggling.com/2012/05/15/personal-wiki-using-github-and-gollum-on-os-x/#toc-synchronization-with-github

+5

, , gollum git . --page-file-dir --base-path (cf gollum --help)

0

All Articles