Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit 2f16b65

Browse files
strklunny
authored andcommitted
Fix supported Gogs version to existing tag 0.9.97 (#58)
1 parent c056cd1 commit 2f16b65

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

content/doc/upgrade/from-gogs.en-us.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ menu:
1515

1616
# Upgrade from Gogs
1717

18-
If you are running Gogs which version is below 0.9.99, you can upgrade Gogs to Gitea smoothly. There are some steps to do below. Make sure to complete as the gitea user in ~:
18+
Gogs versions up to 0.9.97 can be smootlhy upgraded to Gitea.
19+
20+
There are some steps to do so below.
21+
Make sure to complete them as the gitea user in ~:
1922

2023
* Stop Gogs
2124
* cd ~

content/doc/upgrade/from-gogs.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ menu:
1515

1616
# 从 Gogs 升级
1717

18-
如果你正在运行Gogs 0.9.99以下版本,你可以平滑的升级到Gitea。该升级需要如下的步骤:
18+
如果你正在运行Gogs 0.9.97以下版本,你可以平滑的升级到Gitea。该升级需要如下的步骤:
1919

2020
* 停止 Gogs 的运行
2121
* 拷贝 Gogs 的配置文件 `custom/conf/app.ini` 到 Gitea 的相应位置。
2222
* 拷贝 Gitea 的 `options/` 到 Home 目录下。
2323
* 如果你还有更多的自定义内容,比如templates和localization文件,你需要手工合并你的修改到 Gitea 的 Options 下对应目录。
2424
* 拷贝 Gogs 的数据目录 `data/` 到 Gitea 相应位置。这个目录包含附件和头像文件。
2525
* 运行 Gitea
26-
* 登陆 Gitea 并进入 管理面板, 运行 `重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gitea 的密钥也会被删除)``重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)`
26+
* 登陆 Gitea 并进入 管理面板, 运行 `重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gitea 的密钥也会被删除)``重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)`

content/doc/upgrade/from-gogs.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ menu:
1515

1616
# 從 Gogs 升級
1717

18-
假如您正在運行 Gogs 0.9.99 以下版本,你可以很平順的升級到 Gitea,請參考底下升級步驟:
18+
假如您正在運行 Gogs 0.9.97 以下版本,你可以很平順的升級到 Gitea,請參考底下升級步驟:
1919

2020
* 停止 Gogs 服務。
2121
* 複製 Gogs 設定檔 `custom/conf/app.ini` 到 Gitea 相對應位置。

0 commit comments

Comments
 (0)