Skip to content

Commit eeae989

Browse files
authored
Update step_by_step.rst
1 parent c67a9eb commit eeae989

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/step_by_step.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# 看到下面的提示符代表成功,以后运行 Jumpserver 都要先运行以上 source 命令,以下所有命令均在该虚拟环境中运行
5050
(py3) [root@localhost py3]
5151

52-
二. 安装 Jumpserver 0.5.0
52+
二. 安装 Jumpserver 1.0.0
5353
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5454

5555
**2.1 下载或 Clone 项目**
@@ -201,7 +201,7 @@
201201

202202
Luna 已改为纯前端,需要 Nginx 来运行访问
203203

204-
访问(https://github.com/jumpserver/luna/releases)下载对应 release 包,直接解压,不需要编译
204+
访问(https://github.com/jumpserver/luna/releases)下载 1.0.0 的包,直接解压,不需要编译
205205

206206
4.1 解压 Luna
207207

@@ -228,7 +228,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
228228
-p 8081:8080 -v /opt/guacamole/key:/config/guacamole/key \
229229
-e JUMPSERVER_KEY_DIR=/config/guacamole/key \
230230
-e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \
231-
registry.jumpserver.org/public/guacamole:latest
231+
registry.jumpserver.org/public/guacamole:1.0.0
232232
233233
这里所需要注意的是 guacamole 暴露出来的端口是 8081,若与主机上其他端口冲突请自定义一下。
234234

0 commit comments

Comments
 (0)