杜郎俊赏 - dujun.io

开源实例之GitBook

前言

GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown (or AsciiDoc).

GitBook makes it easy to plan, centralize and share knowledge, from start to ship.

实例地址

https://gitbook.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Node.js 10.24
服务器Nginx
程序GitBook 3.2.3
数据javaee8-by-example-gitbook

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Node.js
  • 已安装 Nginx

安装程序

官网地址:https://www.gitbook.com
程序仓库:https://github.com/GitbookIO/gitbook
数据仓库:https://github.com/hantsy/javaee8-by-example-gitbook

#安装 GitBook cli
npm -g i gitbook-cli

#克隆代码
git clone https://github.com/hantsy/javaee8-by-example-gitbook.git
cd javaee8-by-example-gitbook

#安装依赖
gitbook init

#生成静态文件
gitbook build

实例体验

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 Node.js开源实例 文档生成工具开源实例 生产开源实例
日期:2023-06-11