From 49b3e1157a6bd743145594585fe784033cabe7f6 Mon Sep 17 00:00:00 2001 From: zhenorzz Date: Thu, 4 Mar 2021 14:57:39 +0800 Subject: [PATCH] U docs --- README.md | 2 +- README.zh-CN.md | 2 +- docs/en/start/index.md | 11 ++++++----- docs/start/index.md | 9 +++++---- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fec2c27..34e4dbf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Complete installation instructions, no difficulty in getting started! [DEMO](http://demo.goploy.icu) admin:admin!@# (It may not be able to open, depending on the mood) -[Document](https://zhenorzz.gitee.io/goploy) +[Document](https://docs.goploy.icu) ## Content diff --git a/README.zh-CN.md b/README.zh-CN.md index de34029..937ef60 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -28,7 +28,7 @@ [DEMO](http://demo.goploy.icu) admin:admin!@# (不一定能打开,看心情) -[帮助文档](https://zhenorzz.gitee.io/goploy) +[帮助文档](https://docs.goploy.icu) ## 内容列表 diff --git a/docs/en/start/index.md b/docs/en/start/index.md index d8889fb..1a3ea0e 100644 --- a/docs/en/start/index.md +++ b/docs/en/start/index.md @@ -4,9 +4,10 @@ Dependencies +- Git >= 2.10 - MySQL>=5.6 - MySQL Client -- Rsync(linux mac自带,windows需要安装) +- Rsync(windows need to install [cwRsync](https://www.itefix.net/cwrsync)) # Install Goploy Method 1: @@ -17,9 +18,9 @@ go get -u github.com/zhenorzz/goploy Method 2: -Download source code from -- https://github.com/zhenorzz/goploy -- https://gitee.com/zhenorzz/goploy +Download releases +- https://github.com/zhenorzz/goploy/releases +- https://gitee.com/goploy/goploy/releases # Start up @@ -62,7 +63,7 @@ Please enter the listening port(default 80): # Access -http://ip:port (Account:Password admin:admin!@#) +http://host:port (Account:Password admin:admin!@#) # Reverse proxy diff --git a/docs/start/index.md b/docs/start/index.md index 1d5e5f5..efd1bdf 100644 --- a/docs/start/index.md +++ b/docs/start/index.md @@ -4,9 +4,10 @@ 安装前必须保证系统已经安装了下列软件 -- MySQL-5.6或更高版本 +- Git >= 2.10 +- MySQL >= 5.6 - MySQL客户端 -- Rsync(linux mac自带,windows需要安装) +- Rsync(linux mac自带,windows需要安装[cwRsync](https://www.itefix.net/cwrsync)) # 安装 Goploy 方法1: @@ -19,7 +20,7 @@ go get -u github.com/zhenorzz/goploy 下载releases - https://github.com/zhenorzz/goploy/releases -- https://gitee.com/zhenorzz/goploy/releases +- https://gitee.com/goploy/goploy/releases # 启动 @@ -63,7 +64,7 @@ goploy.exe # 访问 -http://ip:port (账号:密码 admin:admin!@#) +http://host:port (账号:密码 admin:admin!@#) # 反向代理