当前位置: 首页 > 工具软件 > Gollum > 使用案例 >

Gollum安装

刘俊语
2023-12-01

Gollum是一个小型的Wiki,界面看起来很清爽

安装

$ gem install gollum

 

新建

$ mkdir wiki_name

$ cd wiki_name

$ git init

wiki的数据就保存在wiki_name的repository中

 

启动

$ gollum

访问http://localhost:4567

 

参考

https://github.com/github/gollum

转载于:https://www.cnblogs.com/scige/archive/2012/09/05/2671223.html

 类似资料: