一书释、安裝node
去node官方網站 https://nodejs.org/en/#download 下載安裝包翘贮、解壓。
跟著安裝就行
終端執(zhí)行
node -v
檢查安裝是否成功二爆惧、安裝gitbook
sudo npm install -g gitbook-cli
提示有一個低級漏洞修復下
sudo npm i npm@latest -g
gitbook -v
查看下狸页,提示實驗性警告(我裝的最新版,先忽略它)三扯再、使用gitbook
1芍耘、建立書籍名稱 (其下 README.md 和 SUMMARY.md兩個主要文件)
mkdir rails_book
cd rails_book
touch README.md
touch SUMMARY.md
在 SUMMARY.md 中寫入你的大致目錄:
* [Chapter1](chapter1/README.md)
* [Section1.1](chapter1/section1.1.md)
* [Section1.2](chapter1/section1.2.md)
* [Chapter2](chapter2/README.md)
最后初始化gitbook gitbook init
2、開啟服務熄阻,本地瀏覽
gitbook serve
瀏覽器打開:http://localhost:4000/
四斋竞、將github與gitbook關聯起來
以下幾步:
1.在github 上新建倉庫,把我們剛剛創(chuàng)建的書(rails_book)上傳到github上秃殉。此過程不贅述坝初。
2.創(chuàng)建gitbook賬號(利用github就可以登錄)
3.在github中授權,gitbook 讀取你的倉庫
保存复濒。
4.去gitbook從github倉庫中創(chuàng)建書籍
保存后就可以看到你的書籍了。
PS:以后你就只需要git 推到github同步更新gitbook就可以寫書了乒省。啦啦啦~