Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
63f1ec83
Commit
63f1ec83
authored
Mar 14, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
[Update] merge with master
parents
7e087ad5
240faee2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
step_by_step.rst
docs/step_by_step.rst
+1
-10
upgrade.rst
docs/upgrade.rst
+12
-2
No files found.
docs/step_by_step.rst
View file @
63f1ec83
...
...
@@ -159,14 +159,6 @@
$ cd /opt
$ 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 安装依赖**
...
...
@@ -312,4 +304,4 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
service nginx start
6.4 访问 http://192.168.244.144
\ No newline at end of file
6.4 访问 http://192.168.244.144
docs/upgrade.rst
View file @
63f1ec83
...
...
@@ -15,4 +15,15 @@
3. 升级 Luna
重新下载 release 包(https://github.com/jumpserver/luna/releases)
\ No newline at end of file
重新下载 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment