gitbook 安装_如何安装gitbook?

gitbook 安装

How to install gitbook on my own Linux box?

如何在我自己的Linux 机器上安装gitbook ?

First, install node.js following https://www.systutorials.com/qa/1268/how-to-install-node-js-on-fedora or How to install node.js on Ubuntu/Linux Mint depending on your distro.

首先,按照您的发行版,按照https://www.systutorials.com/qa/1268/how-to-install-node-js-on-fedora或如何在Ubuntu / Linux Mint上安装node.js来安装node.js。 。

Second, install gitbook by npm to /opt/:

其次,通过npm将gitbook安装到/opt/

# cd /opt/
# npm install gitbook

Then, the gitbook can be invoked by

然后,可以通过以下方式调用gitbook

/opt/node_modules/gitbook/bin/gitbook.js
Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。


You may need to install the latest version of Calibre to make some functions of gitbook work following https://www.systutorials.com/qa/1284/how-to-install-latest-version-of-calibre .

您可能需要安装最新版本的Calibre才能使https://www.systutorials.com/qa/1284/how-to-install-latest-version-of-calibre的gitbook的某些功能正常工作。

翻译自: https://www.systutorials.com/how-to-install-gitbook/

gitbook 安装

你可能感兴趣的:(gitbook 安装_如何安装gitbook?)