Gitbook Server的搭建

本教程所有的操作均以Fedora 22为例。其他操作系统或Linux 发行版类似。

安装Gitbook

sudo dnf install npm
sudo npm install gitbook-cli -g
sudo npm install gitbook-pdf -g

创建项目

gitbook init .