Skip to content

Commit 11803c7

Browse files
committed
Update
1 parent 1afdccc commit 11803c7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Diff for: en-US/installation/install_from_source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: From source
66

77
## Installing Go
88

9-
Gogs requires Go 1.11 to compile, please refer to the [official documentation](https://golang.org/doc/install) for how to install Go in your system.
9+
Gogs requires Go 1.12 to compile, please refer to the [official documentation](https://golang.org/doc/install) for how to install Go in your system.
1010

1111
## Set Up the Environment
1212

Diff for: en-US/installation/run_as_windows_service.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PROTOCOL = http
3030
HTTP_ADDR = 127.0.1.1
3131
HTTP_PORT = 80
3232
OFFLINE_MODE = true
33-
ROOT_URL = http://gogs/
33+
EXTERNAL_URL = http://gogs/
3434
```
3535

3636
Moves Gogs' listen port to 80 on the local interface subnet, and tells the Gogs HTTPd that its virtual host is the "gogs" domain.
@@ -74,7 +74,8 @@ The gogs service was started successfully.
7474

7575
Windows services usualy run with under ``%WINDIR%\System32``, and to ensure correct function, specify absolute paths for server data, database files, and other paths in ``app.ini``. For example:
7676

77-
Add ``APP_DATA_PATH`` to ``[server]`` where Gogs stores server data and cache:
77+
Update where Gogs stores server data and cache:
78+
7879
```
7980
[server]
8081
APP_DATA_PATH = c:/gogs/data
@@ -108,7 +109,7 @@ Application tab:
108109

109110
Details tab:
110111

111-
- Display name: `Go Gits Service`
112+
- Display name: `Gogs`
112113
- Description: `Gogs is a painless self-hosted Git service.`
113114
- Startup type: `Automatic (Delayed Start)`
114115

Diff for: zh-CN/installation/install_from_source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: 源码安装
66

77
## 安装 Go 语言
88

9-
Gogs 要求至少使用 Go 1.11 或更高的版本进行编译,具体安装步骤请参考 [官方文档](https://golang.org/doc/install)
9+
Gogs 要求至少使用 Go 1.12 或更高的版本进行编译,具体安装步骤请参考 [官方文档](https://golang.org/doc/install)
1010

1111
## 设置环境
1212

Diff for: zh-CN/installation/run_as_windows_service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PROTOCOL = http
2828
HTTP_ADDR = 127.0.1.1
2929
HTTP_PORT = 80
3030
OFFLINE_MODE = true
31-
ROOT_URL = http://gogs/
31+
EXTERNAL_URL = http://gogs/
3232
```
3333

3434
Moves Gogs' listen port to 80 on the local interface subnet, and tells the Gogs HTTPd that its virtual host is the "gogs" domain.

0 commit comments

Comments
 (0)