added gitea readme
This commit is contained in:
parent
e060c0f1bd
commit
70f2a12038
18
templates/gitea/0/Readme.md
Normal file
18
templates/gitea/0/Readme.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Gitea - Git with a cup of tea
|
||||
|
||||
> A painless self-hosted Git service.
|
||||
|
||||
Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.
|
||||
|
||||
## Installation
|
||||
|
||||
Note the mysql-root password from below, you will need it during installation.
|
||||
|
||||
When launching Gitea for the first time, you will greeted with an installer. You'll need to change two things:
|
||||
|
||||
* The database settings:
|
||||
* Username: `root`
|
||||
* Password: the previously mentioned password
|
||||
* Database: `gitea`
|
||||
* Database Host: `db:3306`
|
||||
* Change the public URL to the one you defined previously, this is needed to access Gitea's web UI.
|
Loading…
x
Reference in New Issue
Block a user