An open API service indexing awesome lists of open source software.

https://github.com/shunyue1320/nginx-book

Nginx 官方文档中文翻译版
https://github.com/shunyue1320/nginx-book

book gitbook nginx

Last synced: 7 months ago
JSON representation

Nginx 官方文档中文翻译版

Awesome Lists containing this project

README

          


Nginx

Nginx 官方文档中文翻译版


## 安装

如果你没有安装 gitbook,则先使用 npm(或者 cnpm)安装 `gitbook-cli`:

```bash
npm install gitbook-cli -g
```

进入项目根目录,执行以下命令运行 gitbook:

**安装依赖**

```bash
gitbook install
```

**启动本地服务器**

```bash
gitbook serve
```

**生成 HTML 文件,存放在 `_book` 目录下**

```
gitbook build
```