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
9f8d1827
Unverified
Commit
9f8d1827
authored
Jun 06, 2018
by
老广
Committed by
GitHub
Jun 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1386 from wojiushixiaobai/docs
[Update]修改错误内容
parents
05fe1e77
75f46f19
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
26 deletions
+21
-26
distributed_02.rst
docs/distributed_02.rst
+3
-3
distributed_03.rst
docs/distributed_03.rst
+1
-1
faq.rst
docs/faq.rst
+6
-4
faq_linux.rst
docs/faq_linux.rst
+1
-1
setup_by_centos7.rst
docs/setup_by_centos7.rst
+3
-3
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+3
-6
step_by_step.rst
docs/step_by_step.rst
+4
-8
No files found.
docs/distributed_02.rst
View file @
9f8d1827
...
...
@@ -37,9 +37,9 @@
# 下载 luna
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
0/dist
.tar.gz
$ tar xvf
dist
.tar.gz
$
mv dis
t luna
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1/luna
.tar.gz
$ tar xvf
luna
.tar.gz
$
chown -R root:roo
t luna
# 配置 Nginx(如果无法正常访问,请注释掉 nginx.conf 的 server 所有字段)
$ vim /etc/nginx/conf.d/jumpserver.conf
...
...
docs/distributed_03.rst
View file @
9f8d1827
...
...
@@ -36,7 +36,7 @@
# 创建数据库及授权,192.168.100.11 是 jumpserver 服务器的 ip
$ mysql -uroot
> create database jumpserver default charset 'utf8
> create database jumpserver default charset 'utf8
';
> grant all on jumpserver.* to 'jumpserver'@'192.168.100.11' identified by 'somepassword';
> flush privileges;
> quit
docs/faq.rst
View file @
9f8d1827
...
...
@@ -147,9 +147,9 @@ FAQ
::
(1). 邮箱设置 新建用户无法收到邮件
需要重启一次jumpserver(系统设置修改需要重启的问题后面会修正)
(1). 邮箱设置 新建用户无法收到邮件
请更新 jumpserver 版本到最新版本
(2). 收到的邮件链接地址是 localhost 可以到 系统设置-基本设置 里面修改
url,保存后重启即可
(2). 收到的邮件链接地址是 localhost 可以到 系统设置-基本设置 里面修改
url 地址
(3). coco 提示[service ERROR] Failed register terminal jzsas exist already
# 参考上面的coco重新注册方法
...
...
@@ -166,10 +166,12 @@ FAQ
(8). 默认录像存储位置在jumpserver/data/media
(9). 录像存储在
阿里云oss
的规则,Jumpserver 系统设置-终端设置 录像存储
(9). 录像存储在
云
的规则,Jumpserver 系统设置-终端设置 录像存储
{"default": {"TYPE": "server"}, "cn-north-1": {"TYPE": "s3", "BUCKET": "jumpserver", "ACCESS_KEY": "", "SECRET_KEY": "", "REGION": "cn-north-1"}, "ali-oss": {"TYPE": "oss", "BUCKET": "jumpserver", "ACCESS_KEY": "", "SECRET_KEY": "", "ENDPOINT": "http://oss-cn-hangzhou.aliyuncs.com"}}
修改后,需要修改在Jumpserver 会话管理-终端管理 修改terminal的配置 录像存储
命令记录保存到 elastic
{"default": {"TYPE":"server"}, "ali-es": {"TYPE": "elasticsearch", "HOSTS": ["http://elastic:changeme@localhost:9200"]}}
修改后,需要修改在Jumpserver 会话管理-终端管理 修改terminal的配置 录像存储 命令记录
(10). 管理密码忘记了或者重置管理员密码
$ source /opt/py3/bin/activate
...
...
docs/faq_linux.rst
View file @
9f8d1827
...
...
@@ -30,7 +30,7 @@ Linux 资产连接说明
::
# 确定已经授权资产给当前登录用户
# 确定 umpserver 的版本与 luna 的版本一致,如不一致请参考升级文档进行处理
# 确定
J
umpserver 的版本与 luna 的版本一致,如不一致请参考升级文档进行处理
# Jumpserver 版本可在 jumpserver页面右下角 看到
# Luna 版本可在 luna页面左下角 看到
...
...
docs/setup_by_centos7.rst
View file @
9f8d1827
...
...
@@ -243,9 +243,9 @@ CentOS 7 安装文档
# 安装 Web Terminal 前端: Luna 需要 Nginx 来运行访问 访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
0/dist
.tar.gz
$ tar xvf
dist
.tar.gz
$
mv dis
t luna
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1/luna
.tar.gz
$ tar xvf
luna
.tar.gz
$
chown -R root:roo
t luna
# 安装 Windows 支持组件(如果不需要管理 windows 资产,可以直接跳过这一步)
$ yum remove docker-latest-logrotate docker-logrotate docker-selinux dockdocker-engine
...
...
docs/setup_by_ubuntu.rst
View file @
9f8d1827
...
...
@@ -209,12 +209,9 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ cd /opt/
$ wget https://github.com/jumpserver/luna/releases/download/1.3.0/dist.tar.gz
$ tar xvf dist.tar.gz
$ mv dist luna
$ chown -R root:root luna/
$ ls /opt/luna
...
$ wget https://github.com/jumpserver/luna/releases/download/1.3.1/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
五. 安装 Windows 支持组件(如果不需要管理 windows 资产,可以直接跳过这一步)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
docs/step_by_step.rst
View file @
9f8d1827
...
...
@@ -240,14 +240,10 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ pwd
/opt/
$ wget https://github.com/jumpserver/luna/releases/download/1.3.0/dist.tar.gz
$ tar xvf dist.tar.gz
$ mv dist luna
$ ls /opt/luna
...
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.1/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
五. 安装 Windows 支持组件(如果不需要管理 windows 资产,可以直接跳过这一步)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
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