How to install gitbook?
Posted on In QAHow to install gitbook on my own Linux box?
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.
Second, install gitbook by npm
to /opt/
:
# cd /opt/
# npm install gitbook
Then, the gitbook can be invoked by
/opt/node_modules/gitbook/bin/gitbook.js
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 .