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
ba9f9970
Commit
ba9f9970
authored
Dec 21, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
476f2897
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+0
-1
step_by_step.rst
docs/step_by_step.rst
+0
-1
upgrade.rst
docs/upgrade.rst
+8
-2
No files found.
docs/setup_by_ubuntu.rst
View file @
ba9f9970
...
@@ -317,7 +317,6 @@
...
@@ -317,7 +317,6 @@
"""
"""
# 项目名称, 会用来向Jumpserver注册, 识别而已, 不能重复
# 项目名称, 会用来向Jumpserver注册, 识别而已, 不能重复
# NAME = "localhost"
# NAME = "localhost"
NAME = "coco"
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
...
...
docs/step_by_step.rst
View file @
ba9f9970
...
@@ -349,7 +349,6 @@
...
@@ -349,7 +349,6 @@
"""
"""
# 项目名称, 会用来向Jumpserver注册, 识别而已, 不能重复
# 项目名称, 会用来向Jumpserver注册, 识别而已, 不能重复
# NAME = "localhost"
# NAME = "localhost"
NAME = "coco"
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
...
...
docs/upgrade.rst
View file @
ba9f9970
...
@@ -255,6 +255,7 @@
...
@@ -255,6 +255,7 @@
$ cd /opt/jumpserver
$ cd /opt/jumpserver
$ git fetch
$ git fetch
$ git checkout master
$ git checkout master
$ git pull
$ git clean -df # 清除未跟踪文件, 请一定要做好备份后再操作此步骤
$ git clean -df # 清除未跟踪文件, 请一定要做好备份后再操作此步骤
$ git reset --hard # 还原所有修改, 请一定要做好备份后再操作此步骤
$ git reset --hard # 还原所有修改, 请一定要做好备份后再操作此步骤
...
@@ -451,7 +452,6 @@
...
@@ -451,7 +452,6 @@
"""
"""
# 项目名称, 会用来向Jumpserver注册, 识别而已, 不能重复
# 项目名称, 会用来向Jumpserver注册, 识别而已, 不能重复
# NAME = "localhost"
# NAME = "localhost"
NAME = "coco"
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# Jumpserver项目的url, api请求注册会使用, 如果Jumpserver没有运行在127.0.0.1:8080,请修改此处
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
# CORE_HOST = os.environ.get("CORE_HOST") or 'http://127.0.0.1:8080'
...
@@ -620,7 +620,13 @@
...
@@ -620,7 +620,13 @@
.. code-block:: shell
.. code-block:: shell
# 1.4.6 无更新, 跳过
$ cd /opt/docker-guacamole
$ git pull
$ /etc/init.d/guacd stop
$ sh /config/tomcat8/bin/shutdown.sh
$ cp -r guacamole-auth-jumpserver-0.9.14.jar /config/guacamole/extensions/guacamole-auth-jumpserver-0.9.14.jar
$ /etc/init.d/guacd start
$ sh /config/tomcat8/bin/startup.sh
**Luna**
**Luna**
...
...
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