前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Centos6 搭设GitBook环境

Centos6 搭设GitBook环境

作者头像
Devops海洋的渔夫
发布2019-05-30 21:58:10
6150
发布2019-05-30 21:58:10
举报
文章被收录于专栏:Devops专栏Devops专栏

设置Centos6的yum源(不设置也可以)

代码语言:javascript
复制
[root@centos6 ~]# rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@centos6 ~]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
[root@centos6 ~]# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
[root@centos6 ~]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-remi

安装node和npm

代码语言:javascript
复制
[root@centos6 ~]# curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
[root@centos6 ~]# yum install -y nodejs
[root@centos6 ~]# node -v
v5.12.0
[root@centos6 ~]# npm -v
3.8.6
[root@centos6 ~]# 

安装gitbook

代码语言:javascript
复制
[root@centos6 ~]# npm install -g gitbook-cli
[root@centos6 ~]# gitbook -V
CLI version: 2.3.2
Installing GitBook 3.2.3
gitbook@3.2.3 ../tmp/tmp-2780Rfk87ZPCz1OC/node_modules/gitbook
├── escape-html@1.0.3
├── bash-color@0.0.4
├── ignore@3.1.2
├── escape-string-regexp@1.0.5
├── destroy@1.0.4
├── gitbook-plugin-livereload@0.0.1
├── cp@0.2.0
├── graceful-fs@4.1.4
├── nunjucks-do@1.0.0
├── github-slugid@1.0.1
├── direction@0.1.5
├── q@1.4.1
├── spawn-cmd@0.0.2
├── gitbook-plugin-fontsettings@2.0.0
├── extend@3.0.2
├── is@3.3.0
├── open@0.0.5
├── object-path@0.9.2
├── json-schema-defaults@0.1.1
├── gitbook-plugin-search@2.2.1
├── jsonschema@1.1.0
├── crc@3.4.0
├── urijs@1.18.0
├── semver@5.1.0
├── immutable@3.8.2
├── front-matter@2.3.0
├── dom-serializer@0.1.0 (domelementtype@1.1.3, entities@1.1.2)
├── npmi@2.0.1 (semver@4.3.6)
├── tmp@0.0.28 (os-tmpdir@1.0.2)
├── error@7.0.2 (string-template@0.2.1, xtend@4.0.1)
├── omit-keys@0.1.0 (array-difference@0.0.1, isobject@0.2.0)
├── mkdirp@0.5.1 (minimist@0.0.8)
├── resolve@1.1.7
├── send@0.13.2 (fresh@0.3.0, etag@1.7.0, statuses@1.2.1, range-parser@1.0.3, ms@0.7.1, depd@1.1.2, mime@1.3.4, debug@2.2.0, http-errors@1.3.1, on-finished@2.3.0)
├── rmdir@1.2.0 (node.flow@1.2.3)
├── gitbook-plugin-theme-default@1.0.7
├── js-yaml@3.13.1 (esprima@4.0.1, argparse@1.0.10)
├── fresh-require@1.0.3 (is-require@0.0.1, shallow-copy@0.0.1, sleuth@0.1.1, astw@1.3.0, escodegen@1.11.1, acorn@0.9.0, through2@0.6.5)
├── cpr@1.1.1 (rimraf@2.4.5)
├── tiny-lr@0.2.1 (parseurl@1.3.3, livereload-js@2.4.0, qs@5.1.0, debug@2.2.0, body-parser@1.14.2, faye-websocket@0.10.0)
├── read-installed@4.0.3 (debuglog@1.0.1, util-extend@1.0.3, slide@1.1.6, readdir-scoped-modules@1.0.2, read-package-json@2.0.13)
├── gitbook-plugin-lunr@1.2.0 (html-entities@1.2.0, lunr@0.5.12)
├── moment@2.13.0
├── gitbook-plugin-highlight@2.0.2 (highlight.js@9.2.0)
├── chokidar@1.5.0 (path-is-absolute@1.0.1, inherits@2.0.3, async-each@1.0.3, glob-parent@2.0.0, is-binary-path@1.0.1, is-glob@2.0.1, anymatch@1.3.2, readdirp@2.2.1)
├── nunjucks@2.5.2 (asap@2.0.6, yargs@3.32.0, chokidar@1.7.0)
├── gitbook-plugin-sharing@1.0.2 (lodash@3.10.1)
├── i18n-t@1.0.1 (lodash@4.17.11)
├── gitbook-markdown@1.3.2 (kramed-text-renderer@0.2.1, gitbook-html@1.3.3, kramed@0.5.6, lodash@4.17.11)
├── cheerio@0.20.0 (entities@1.1.2, css-select@1.2.0, htmlparser2@3.8.3, jsdom@7.2.2, lodash@4.17.11)
├── gitbook-asciidoc@1.2.2 (gitbook-html@1.3.3, asciidoctor.js@1.5.5-1, lodash@4.17.11)
├── juice@2.0.0 (deep-extend@0.4.2, slick@1.12.2, batch@0.5.3, cssom@0.3.1, commander@2.9.0, cross-spawn-async@2.2.5, web-resource-inliner@2.0.0)
├── request@2.72.0 (forever-agent@0.6.1, is-typedarray@1.0.0, aws-sign2@0.6.0, tunnel-agent@0.4.3, oauth-sign@0.8.2, aws4@1.8.0, caseless@0.11.0, stringstream@0.0.6, isstream@0.1.2, json-stringify-safe@5.0.1, tough-cookie@2.2.2, node-uuid@1.4.8, qs@6.1.2, combined-stream@1.0.7, mime-types@2.1.23, hawk@3.1.3, bl@1.1.2, http-signature@1.1.1, har-validator@2.0.6, form-data@1.0.1)
└── npm@3.9.2
GitBook version: 3.2.3
[root@centos6 ~]# 

初始化Gitbook

代码语言:javascript
复制
[root@centos6 gitbook]# gitbook init
warn: no summary file in this book 
info: create README.md 
info: create SUMMARY.md 
info: initialization is finished 
[root@centos6 gitbook]# 
[root@centos6 gitbook]# ls
README.md  SUMMARY.md
[root@centos6 gitbook]# 

启动Gitbook服务

代码语言:javascript
复制
[root@centos6 gitbook]# gitbook serve
Live reload server started on port: 35729
Press CTRL+C to quit ...

info: 7 plugins are installed 
info: loading plugin "livereload"... OK 
info: loading plugin "highlight"... OK 
info: loading plugin "search"... OK 
info: loading plugin "lunr"... OK 
info: loading plugin "sharing"... OK 
info: loading plugin "fontsettings"... OK 
info: loading plugin "theme-default"... OK 
info: found 1 pages 
info: found 0 asset files 
info: >> generation finished with success in 0.5s ! 

Starting server ...
Serving book on http://localhost:4000

启动gitbook serve 特定端口

代码语言:javascript
复制
[root@centos6 gitbook]# gitbook serve --port 4001
Live reload server started on port: 35729
Press CTRL+C to quit ...

info: 7 plugins are installed 
info: loading plugin "livereload"... OK 
info: loading plugin "highlight"... OK 
info: loading plugin "search"... OK 
info: loading plugin "lunr"... OK 
info: loading plugin "sharing"... OK 
info: loading plugin "fontsettings"... OK 
info: loading plugin "theme-default"... OK 
info: found 1 pages 
info: found 0 asset files 
info: >> generation finished with success in 1.1s ! 

Starting server ...
Serving book on http://localhost:4001
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019.04.20 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 设置Centos6的yum源(不设置也可以)
  • 安装node和npm
  • 安装gitbook
  • 初始化Gitbook
  • 启动Gitbook服务
  • 启动gitbook serve 特定端口
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档