jumpserver/docs/upgrade.rst

30 lines
633 B
ReStructuredText
Raw Normal View History

2018-02-28 16:13:53 +00:00
升级
----
2018-03-08 04:00:14 +00:00
1. 升级 Jumpserver
2018-02-28 16:13:53 +00:00
::
$ git pull && pip install -r requirements/requirements.txt && cd utils && sh make_migrations.sh
2018-03-08 04:00:14 +00:00
2. 升级 Coco
2018-02-28 16:13:53 +00:00
::
$ git pull && cd requirements && pip install -r requirements.txt # 不要指定 -i参数
2018-03-08 04:00:14 +00:00
3. 升级 Luna
2018-02-28 16:13:53 +00:00
2018-03-13 06:51:22 +00:00
重新下载 release 包https://github.com/jumpserver/luna/releases
4. 升级 guacamole
::
$ docker pull registry.jumpserver.org/public/guacamole:latest
2018-03-13 06:53:23 +00:00
$ docker stop <guacamole>
$ docker run -d \
-p 8081:8080 \
-e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \
registry.jumpserver.org/public/guacamole:latest