diff --git a/Home.md b/Home.md index 82db825..abb66c2 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ ## 快速了解 -Teleport是一款简单易用的堡垒机系统,具有小巧、易用、易于集成的特点,支持RDP和SSH协议的跳转和管理。 +Teleport是一款简单易用的堡垒机系统,具有小巧、易用的特点,支持RDP和SSH协议的跳转和管理。 Teleport由两大部分构成: @@ -15,10 +15,8 @@ Teleport非常小巧且极易安装部署:**仅需一分钟,就可以安装 ## 支持的操作系统 -Teleport支持部署到Windows或Linux系统中,目前支持的系统版本如下: +Teleport支持部署到Linux系统中,目前支持的系统版本如下: -- Windows Server 2008 及以上版本 -- Windows 7 及以上版本 - Ubuntu 14.04 64位 及以上版本 - CentOS 6.2 64位 及以上版本 - Debian 6.0 64位 及以上版本 @@ -28,6 +26,14 @@ Teleport支持部署到Windows或Linux系统中,目前支持的系统版本如 因为Teleport内建了所需的脚本引擎、WEB服务等模块,因此不需要额外安装其他的库或者模块,整个系统的安装与部署非常方便。 +此外,Teleport内建的是SQLite数据库,如果您打算用于生产环境,建议使用MySQL数据库,因此,您需要先安装MySQL数据库服务。 + ## 延伸阅读 [安装部署Teleport](deployment-install) + +## 提供帮助 + +Teleport项目现在接受捐赠。如果您觉得Teleport对您有所帮助,请通过下列方式进行捐赠。您的帮助将给我动力持续更新,并保障服务器继续运行,谢谢! + +![donate](images/donate.png) \ No newline at end of file diff --git a/images/donate.png b/images/donate.png new file mode 100644 index 0000000..ddb9c36 Binary files /dev/null and b/images/donate.png differ diff --git a/images/install-windows-service.png b/images/install-windows-service.png deleted file mode 100644 index 46f276b..0000000 Binary files a/images/install-windows-service.png and /dev/null differ