參考:https://github.com/claudioc/jingo#installationgit
jingo是使用git來保存數據的,因此安裝的時候須要配置git環境,步驟:github
1. 使用jingo -s 生成默認配置文件config.yaml服務器
2. 指定git版本庫位置:repository: 'app/www/wiki'app
3. 指定git遠程服務器名:remote:wiki工具
4. 認證及受權:這裏採用本地認證,配置文件中得密碼是hash處理過的,可使用jingo ----hash-string工具來生成spa
1. 建立wiki目錄,並初始化git 倉庫 git init.net
2. 添加遠程服務器:code
git remote add origin https://git.coding.net/nevermore1981/moveshow-wiki.git
3. git遠程push權限配置:rem
$git config –global credential.helper storestring
~/.gitconfig 文件多出下面配置項: credential.helper = store
3. 啓動服務
jingo -c /path/to/config.yaml