Updated 基于 CentOS 7 一步一步安装 Jumpserver 0.5.0 (markdown)

master
liuzheng 2018-01-02 16:11:10 +08:00
parent 937946d74a
commit e88b84175c
1 changed files with 5 additions and 3 deletions

@ -184,19 +184,21 @@ $ssh admin@192.168.244.144 2222
### 四. 安装 Web Terminal 前端: Luna
Luna已该为纯前端需要nginx来运行访问, 这里仅
Luna已该为纯前端需要nginx来运行访问
**4.1 下载clone项目**
```
$ cd /opt
$ git clone https://github.com/jumpserver/luna.git
$ cd luna && npm install && ng build
$ cd luna && npm install && npm run-script build
```
或 下载 release包
访问 https://github.com/jumpserver/luna/releases下载对应release包
```
按照https://github.com/jumpserver/luna/blob/master/nginx.conf 对nginx进行配置
### 五. 配置 nginx 整合各组件