You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/docs/upgrade.rst

25 lines
439 B

升级
----
7 years ago
1. 升级 Jumpserver
::
$ git pull && pip install -r requirements/requirements.txt && cd utils && sh make_migrations.sh
7 years ago
2. 升级 Coco
::
$ git pull && cd requirements && pip install -r requirements.txt # 不要指定 -i参数
7 years ago
3. 升级 Luna
重新下载 release 包https://github.com/jumpserver/luna/releases
4. 升级 guacamole
::
$ docker pull registry.jumpserver.org/public/guacamole:latest