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
166b2f8b
Unverified
Commit
166b2f8b
authored
Aug 07, 2018
by
wojiushixiaobai
Committed by
GitHub
Aug 07, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1647 from wojiushixiaobai/docs
[Update]更新1.4.0文档
parents
630003c2
537b9e4a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
37 additions
and
9 deletions
+37
-9
admin_permission.rst
docs/admin_permission.rst
+3
-4
change_log.rst
docs/change_log.rst
+10
-0
distributed_02.rst
docs/distributed_02.rst
+1
-1
faq.rst
docs/faq.rst
+19
-0
setup_by_centos7.rst
docs/setup_by_centos7.rst
+1
-1
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+1
-1
step_by_step.rst
docs/step_by_step.rst
+1
-1
upgrade.rst
docs/upgrade.rst
+1
-1
No files found.
docs/admin_permission.rst
View file @
166b2f8b
...
...
@@ -14,8 +14,7 @@
节点,用户组,系统用户是一对一的关系,所以当拥有 Linux、Windows 不同类型资产时,应该分别给 Linux 资产和 Windows 资产创建授权规则。
.. image:: _static/img/create_auth_rules.jpg
资产授权与节点授权的区别请参考下面示例,一般情况下,资产授权给个人,节点授权给用户组,一个授权只能选择一个系统用户
创建的授权规节点要与资产所在的节点一致。
.. image:: _static/img/auth_rule_list.jpg
.. image:: _static/img/create_auth_rules01.jpg
.. image:: _static/img/create_auth_rules02.jpg
docs/change_log.rst
View file @
166b2f8b
...
...
@@ -231,3 +231,13 @@
* session增加登陆源
* 修复网关端口和密码bug
* 添加用户登陆失败次数限制
1.4.0
------------------------
2018年8月7号
* 超级管理员创建组织,为改组织添加管理员,管理员可以负责该组织下 用户、资产、授权等管理
* Sftp显示同名资产为 主机名.组织
* Luna支持根据IP搜索
* 鼠标悬停可以显示主机ip
* 其他bug修复等
docs/distributed_02.rst
View file @
166b2f8b
...
...
@@ -51,7 +51,7 @@
# 下载 luna
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.
3.3
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.
4.0
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/faq.rst
View file @
166b2f8b
...
...
@@ -273,3 +273,22 @@ FAQ
# selinux 设置 http 访问权限
$ setsebool -P httpd_can_network_connect 1
16. 添加组织及组织管理员命令
::
$ source /opt/py3/bin/activate
$ cd /opt/jumpserver/apps
$ python manage.py shell
>>> from assets.models import Asset
>>> from orgs.models import Organization
>>> from users.models import User
>>> dev_org = Organization.objects.create(name='开发部')
>>> user = User.objects.create(name='用户', username='user', email='user@jumpserver.org')
>>> user.set_password('PassWord')
>>> user.save()
>>> dev_org.admins.add(user)
>>> exit()
# 然后使用 user 用户登录 jumpserver 即可
docs/setup_by_centos7.rst
View file @
166b2f8b
...
...
@@ -290,7 +290,7 @@ 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.3
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.
4.0
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/setup_by_ubuntu.rst
View file @
166b2f8b
...
...
@@ -358,7 +358,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ cd /opt/
$ wget https://github.com/jumpserver/luna/releases/download/1.
3.3
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.
4.0
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/step_by_step.rst
View file @
166b2f8b
...
...
@@ -393,7 +393,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.
3.3
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.
4.0
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/upgrade.rst
View file @
166b2f8b
...
...
@@ -32,7 +32,7 @@
::
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.
3.3
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.
4.0
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root 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