|
@@ -1,3 +1,4 @@
|
|
|
|
+```
|
|
1、使用官方网站下载对应版本安装包
|
|
1、使用官方网站下载对应版本安装包
|
|
官方网站:https://www.jumpserver.org/
|
|
官方网站:https://www.jumpserver.org/
|
|
下载链接:https://cdn0-download-offline-installer.fit2cloud.com/jumpserver/jumpserver-ce-v4.0.1-x86_64.tar.gz
|
|
下载链接:https://cdn0-download-offline-installer.fit2cloud.com/jumpserver/jumpserver-ce-v4.0.1-x86_64.tar.gz
|
|
@@ -186,6 +187,7 @@ USE_LB=1
|
|
TZ=Asia/Shanghai
|
|
TZ=Asia/Shanghai
|
|
CURRENT_VERSION=
|
|
CURRENT_VERSION=
|
|
|
|
|
|
|
|
+
|
|
3、进入安装目录进行安装
|
|
3、进入安装目录进行安装
|
|
[root@localhost home]# cd jumpserver-ce-v4.0.1-x86_64
|
|
[root@localhost home]# cd jumpserver-ce-v4.0.1-x86_64
|
|
[root@localhost jumpserver-ce-v4.0.1-x86_64]# ./jmsctl.sh install
|
|
[root@localhost jumpserver-ce-v4.0.1-x86_64]# ./jmsctl.sh install
|
|
@@ -526,4 +528,5 @@ Deleted: sha256:420179ad2efafbf953a0c75f68a4c9dfaf38a98643df97d415bce49b179895f7
|
|
./jmsctl.sh restart
|
|
./jmsctl.sh restart
|
|
|
|
|
|
# 帮助
|
|
# 帮助
|
|
-./jmsctl.sh -h
|
|
|
|
|
|
+./jmsctl.sh -h
|
|
|
|
+```
|