from 在自己的服务器上安装GitBook http://blog.csdn.net/ys743276112/article/details/45130831
from 官方文档 https://github.com/GitbookIO/gitbook/blob/master/docs/setup.md
Local Installation
$ npm install gitbook-cli -g
$ gitbook init
编译md为html
$ gitbook build
启动服务
$ gitbook serve &
同时部署多个gitbook
如果要启动另一部电子书服务的话, 就需要同时修改web端口和监控进程端口, 类似这样:
gitbook serve –lrport 35288 –port 4001 /path2/your_another_doc_dir/
编辑
1.先下载文档 git clone https://git.coding.net/Muscle/locals-document.git
2.用gitbookEidtor引入
3.在gitbookEidtor选择你要编辑的分支,修改后记得save和push
插件使用
from http://gitbook.zhangjikai.com/plugins.html
要安装
gitbook install
Jenkins自动集成
from http://www.linuxidc.com/Linux/2016-05/131136.htm
1 | 登陆jenkins http://192.168.1.2:8082 |