mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-03 08:25:04 +00:00
[Update] merge with master
This commit is contained in:
@@ -159,14 +159,6 @@
|
|||||||
$ cd /opt
|
$ cd /opt
|
||||||
$ git clone https://github.com/jumpserver/coco.git && cd coco && git checkout master
|
$ git clone https://github.com/jumpserver/coco.git && cd coco && git checkout master
|
||||||
|
|
||||||
**3.2 安装依赖**
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
$ cd /opt/coco/requirements
|
|
||||||
$ yum -y install $(cat rpm_requirements.txt)
|
|
||||||
$ pip install requirements.txt
|
|
||||||
|
|
||||||
|
|
||||||
**3.2 安装依赖**
|
**3.2 安装依赖**
|
||||||
|
|
||||||
|
@@ -16,3 +16,14 @@
|
|||||||
3. 升级 Luna
|
3. 升级 Luna
|
||||||
|
|
||||||
重新下载 release 包(https://github.com/jumpserver/luna/releases)
|
重新下载 release 包(https://github.com/jumpserver/luna/releases)
|
||||||
|
|
||||||
|
4. 升级 guacamole
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
$ docker pull registry.jumpserver.org/public/guacamole:latest
|
||||||
|
$ docker stop <guacamole>
|
||||||
|
$ docker run -d \
|
||||||
|
-p 8081:8080 \
|
||||||
|
-e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \
|
||||||
|
registry.jumpserver.org/public/guacamole:latest
|
||||||
|
Reference in New Issue
Block a user