From 1d1c46b52692216c60d3e6f1664e1bb89be67eac Mon Sep 17 00:00:00 2001 From: zhengge2012 Date: Thu, 13 Dec 2018 22:12:19 +0800 Subject: [PATCH] update document --- README.md | 3 +-- doc/README-zh_cn.md | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7807e5e..9032934a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Webterminal implemented by django. This project focus on DevOps and Continuous Delivery. -For now it support almost 90% remote management protocol such as vnc, ssh,rdp,telnet... It support a possiblity to monitor and recorded user action when user use this project to manage their server! -You can also replay the user action such as like a video. +For now it support almost 90% remote management protocol such as vnc, ssh,rdp,telnet,sftp... It support a possiblity to monitor and recorded user action when user use this project to manage their server!You can also replay the user action such as like a video. Hope you enjoy it. # useage diff --git a/doc/README-zh_cn.md b/doc/README-zh_cn.md index eb9c2ad3..abb5ac3f 100644 --- a/doc/README-zh_cn.md +++ b/doc/README-zh_cn.md @@ -18,6 +18,7 @@ [Centos7 Docker安装部署 webterminal](./Centos7_docker_deploy_zh.md) + ```sh docker pull webterminal/webterminal(国内请使用阿里云镜像 docker pull registry.cn-hangzhou.aliyuncs.com/webterminal/webterminal) @@ -28,7 +29,7 @@ docker run -itd -p 80:80 webterminal/webterminal 账户名: admin 密码: password!23456 - ``` +``` # demo/试用 @@ -37,9 +38,27 @@ docker run -itd -p 80:80 webterminal/webterminal 账户/密码: demo/demo12345678 # QQ讨论群 -QQ群号 531612760 +### QQ群号 531612760 ![screenshots](../screenshots/qqgroupqr.png "screenshots") + +# 预览 +![screenshots](../screenshots/screenshots1.png "screenshots") +![screenshots](../screenshots/screenshots2.gif "screenshots") +![screenshots](../screenshots/screenshots3.gif "screenshots") +![screenshots](../screenshots/screenshots4.gif "screenshots") +![screenshots](../screenshots/screenshots2.png "screenshots") +![screenshots](../screenshots/screenshots5.gif "screenshots") +![screenshots](../screenshots/screenshots3.png "screenshots") +![screenshots](../screenshots/screenshots4.png "screenshots") +![screenshots](../screenshots/screenshots5.png "screenshots") +![screenshots](../screenshots/screenshots6.png "screenshots") +![screenshots](../screenshots/screenshots7.png "screenshots") +![screenshots](../screenshots/screenshots8.png "screenshots") +![screenshots](../screenshots/screenshots6.gif "screenshots") +![screenshots](../screenshots/screenshots7.gif "screenshots") +![screenshots](../screenshots/screenshots8.gif "screenshots") + # 开源协议 [开源协议(GPL v3)](../LICENSE)