You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2017. It is now read-only.
* If you have custom content migrated from gogs/custom/ folder, like templates or localization files, you should manually merge these because these files changed on Gitea.
29
-
* cp -r gitea-v1.0.0/options gitea/options
30
-
* cp -r gogs-repositories/ gitea-repositories
31
-
* cp -r gogs-data/ gitea-data/
32
-
* vim gitea/custom/conf/app.ini
33
-
34
-
Change gogs specific information:
23
+
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea)
24
+
* Unzip at the desired install location
25
+
* Copy Gogs `custom/conf` to Gitea
26
+
* Copy `data/` folder from Gogs to Gitea. It contains issue attachments and avatars.
27
+
* Verify by starting Gitea with `gitea web`
28
+
* Enter Gitea admin panel on the UI, run `Rewrite '.ssh/authorized_keys' file` (caution: non-Gitea keys will be lost) and `Rewrite all update hook of repositories` (needed when custom config path is changed).
29
+
30
+
31
+
### Change gogs specific information:
32
+
33
+
* Rename `gogs-repositories/` to `gitea-repositories/`
* Enter Gitea admin panel on the UI, run `Rewrite '.ssh/authorized_keys' file` (caution: non-Gitea keys will be lost) and `Rewrite all update hook of repositories` (needed when custom config path is changed).
60
49
61
-
Update the gitea-v1.0.0/scripts file for your specific distro and environment then copy.
0 commit comments