mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-02 04:07:33 +08:00
U docs
This commit is contained in:
parent
329dae7c63
commit
49b3e1157a
@ -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
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
[DEMO](http://demo.goploy.icu) admin:admin!@# (不一定能打开,看心情)
|
||||
|
||||
[帮助文档](https://zhenorzz.gitee.io/goploy)
|
||||
[帮助文档](https://docs.goploy.icu)
|
||||
|
||||
## 内容列表
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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!@#)
|
||||
|
||||
# 反向代理
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user