-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea) | ||
* Unzip at the desired install location | ||
* Copy Gogs `custom/conf` to Gitea | ||
* Rename `custom/conf` to `custom/options` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong AFAIK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Remove this line.
@Bwko you complete left this part out though...
|
|
||
Change gogs specific information: | ||
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea) | ||
* Unzip at the desired install location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not zipped
Change gogs specific information: | ||
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea) | ||
* Unzip at the desired install location | ||
* Copy Gogs `custom/conf` to Gitea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the stuff beside app.ini needs to be copied to options
6c0e2dd
to
33cf545
Compare
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea) | ||
* Put the binary at the desired install location | ||
* Copy `gogs/custom/conf/app.ini` to `gitea/custom/conf/app.ini` | ||
* If you have custom content in `gogs/custom/` copy that to `gitea/custom/options`. This is used to override gitignores, labels, licenses, locales and readmes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gogs/custom/
-> gitea/custom/
, no options
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gogs doesn't have a options folder
0e6b943
to
ee1a06d
Compare
LGTM |
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea) | ||
* Put the binary at the desired install location | ||
* Copy `gogs/custom/conf/app.ini` to `gitea/custom/conf/app.ini` | ||
* If you have custom content in `gogs/custom/` copy that to `gitea/custom/options`. This is used to override gitignores, labels, licenses, locales and readmes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gogs/custom/conf
got things like gitignores, licenses, labels and so on which needs to be copied to gitea/custom/options
. Beside that gogs/custom/
can also include templates
and public
which needs to be copied to gitea/custom/
.
* [log] | ||
* ROOT_PATH = /home/:USER/gogs/log | ||
|
||
[database] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just drop the whitepsace prefix and add ``` around it.
|
||
Update the gitea-v1.0.0/scripts file for your specific distro and environment then copy. | ||
[database] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
* Add the service to the startup with: `sudo systemctl enable gitea` | ||
* Disable old gogs startup script: `sudo systemctl disable gogs` | ||
|
||
For distro's with open-rc: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SysVinit instead of open-rc?
LGTM |
This obsoletes #42