wiki

參考:https://github.com/claudioc/jingo#installationgit

1. jingo配置

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

 

2. 相應的git環境配置:

1. 建立wiki目錄,並初始化git 倉庫 git init.net

2. 添加遠程服務器:code

git remote add origin https://git.coding.net/nevermore1981/moveshow-wiki.git

3. git遠程push權限配置:rem

    1. 首先在全局配置保存你的密碼, ~/.git-credentials (沒有就建立)內添加 https://{username}:{passwd}@git.coding.net
    2. 而後配置 Git 命令存儲認證,

$git config –global credential.helper storestring

~/.gitconfig 文件多出下面配置項:
	credential.helper = store

3. 啓動服務

jingo -c /path/to/config.yaml 

相關文章
相關標籤/搜索