From 379d2926e3b7530b0cf957b1f5314901c28e3398 Mon Sep 17 00:00:00 2001 From: Azige <zzb12@qq.com> Date: Tue, 29 Sep 2020 17:18:37 +0800 Subject: [PATCH 1/2] Imporve installation guides --- en-US/installation/install_from_binary.md | 1 + zh-CN/installation/install_from_binary.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/en-US/installation/install_from_binary.md b/en-US/installation/install_from_binary.md index f7ce4fdb..f39fe33d 100644 --- a/en-US/installation/install_from_binary.md +++ b/en-US/installation/install_from_binary.md @@ -14,6 +14,7 @@ The Windows downloads "w/ mws" have built-in Windows service support; if you use 1. Extract the archive. 2. `cd` into the directory that was just created. 3. Execute `./gogs web`. +4. Gogs will start up a HTTP service at port `3000` as default. Browse `/install` for initial configuration. (For example http://localhost:3000/install) To go further, see [Configuration and run](/docs/installation/configuration_and_run.html). diff --git a/zh-CN/installation/install_from_binary.md b/zh-CN/installation/install_from_binary.md index cd6e9875..b697eb1a 100644 --- a/zh-CN/installation/install_from_binary.md +++ b/zh-CN/installation/install_from_binary.md @@ -14,9 +14,11 @@ name: 二进制安装 ## 如何使用下载好的压缩包? +0. 检查[环境要求](/docs/installation)是否已满足 1. 解压压缩包。 2. 使用命令 `cd` 进入到刚刚创建的目录。 -3. 执行命令 `./gogs web`,然后,就没有然后了。 +3. 执行命令 `./gogs web`。 +4. Gogs 默认会在端口 `3000` 启动 HTTP 服务,访问 `/install` 以进行初始配置。(例如 http://localhost:3000/install ) 安装完成后可继续参照 [配置与运行](configuration_and_run.html)。 From d8ed803d76cef0617835c7a13c9a576aeb5e0439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=9C=C9=B4=E1=B4=8B=C9=B4=E1=B4=A1=E1=B4=8F=C9=B4?= <u@gogs.io> Date: Wed, 4 Nov 2020 23:37:01 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- en-US/installation/install_from_binary.md | 2 +- zh-CN/installation/install_from_binary.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/installation/install_from_binary.md b/en-US/installation/install_from_binary.md index f39fe33d..8daa79f1 100644 --- a/en-US/installation/install_from_binary.md +++ b/en-US/installation/install_from_binary.md @@ -14,7 +14,7 @@ The Windows downloads "w/ mws" have built-in Windows service support; if you use 1. Extract the archive. 2. `cd` into the directory that was just created. 3. Execute `./gogs web`. -4. Gogs will start up a HTTP service at port `3000` as default. Browse `/install` for initial configuration. (For example http://localhost:3000/install) +4. Gogs will start up a HTTP service at port `3000` as default. Browse `/install` for initial configuration (e.g. http://localhost:3000/install). To go further, see [Configuration and run](/docs/installation/configuration_and_run.html). diff --git a/zh-CN/installation/install_from_binary.md b/zh-CN/installation/install_from_binary.md index b697eb1a..55c25446 100644 --- a/zh-CN/installation/install_from_binary.md +++ b/zh-CN/installation/install_from_binary.md @@ -18,7 +18,7 @@ name: 二进制安装 1. 解压压缩包。 2. 使用命令 `cd` 进入到刚刚创建的目录。 3. 执行命令 `./gogs web`。 -4. Gogs 默认会在端口 `3000` 启动 HTTP 服务,访问 `/install` 以进行初始配置。(例如 http://localhost:3000/install ) +4. Gogs 默认会在端口 `3000` 启动 HTTP 服务,访问 `/install` 以进行初始配置(例如 http://localhost:3000/install )。 安装完成后可继续参照 [配置与运行](configuration_and_run.html)。