[Update] 修改部分翻译和文档

This commit is contained in:
ibuler
2018-03-05 17:14:42 +08:00
parent 21328382fc
commit 86c0a2d28b
8 changed files with 98 additions and 68 deletions

BIN
docs/_static/img/structure.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -6,27 +6,6 @@
Jumpserver 文档
======================================
有关Jumpserver
`````````````````
欢迎来到 Jumpserver 文档。
Jumpserver 是一款完全开源的跳板机(堡垒机)系统遵循GPL v2协议使用PythonDjango开发。
Jumpserver 是符合4A认证Authentication账号Account授权Authorization审计Audit) 的专业运维审计系统。
Jumpserver 从设计时考虑分布式没有性能瓶颈满足混合云架构一个中心不同Region不同登录点。
Jumpserver 界面漂亮、简单易用并有领先的Web terminal解决方案。
Jumpserver 深度集成了Ansible支持自动化运维任务。
Jumpserver 支持容器化部署windowsLDAP, s3, elasticsearch存储等功能并提供了强大API方便对接其它系统。
.. toctree::
:maxdepth: 2
:caption: 文档:

View File

@@ -1,3 +1,51 @@
简介
============
Jumpserver是混合云下更好用的堡垒机, 分布式架构设计无限扩展轻松对接混合云资产支持使用云存储AWS S3, ES等存储录像、命令
Jumpserver颠覆传统堡垒机, 无主机和并发数量限制支持水平扩容FIT2CLOUD提供完备的商业服务支持用户无后顾之忧
Jumpserver拥有极致的用户体验, 极致UI体验容器化的部署方式部署过程方便快捷可持续升级
组件说明
++++++++++++++++++++++++
Jumpserver
```````````
现指Jumpserver管理后台是核心组件(Core), 使用 Django Class Based View 风格开发支持Restful API。
`Github <https://github.com/jumpserver/jumpserver.git>`_
Coco
````````
实现了SSH Server 和 Web Terminal Server的组件提供ssh和websocket接口, 使用 Paramiko 和 Flask 开发。
`Github <https://github.com/jumpserver/coco.git>`__
Luna
````````
现在是Web Terminal前端计划前端页面都由该项目提供Jumpserver只提供API不再负责后台渲染html等。
`Github <https://github.com/jumpserver/luna.git>`__
Guacamole
```````````
Apache 跳板机项目Jumpserver使用其组件实现RDP功能Jumpserver并没有修改其代码而是添加了额外的插件支持Jumpserver调用
Jumpserver-python-sdk
```````````````````````
Jumpserver API Python SDKCoco目前使用该SDK与Jumpserver API交互
`Github <https://github.com/jumpserver/jumpserver-python-sdk.git>`__
组件架构图
++++++++++++++++++++++++
.. image:: _static/img/structure.png
:alt: 组件架构图

View File

@@ -1,7 +1,7 @@
用户使用文档
===========
=============
这部分给您介绍Jumpserver的用户使用方法。
这部分给您介绍Jumpserver的用户管理模块的使用方法。
.. toctree::
:maxdepth: 1