added gitea readme

This commit is contained in:
kolaente 2017-11-22 21:01:37 +01:00
parent e060c0f1bd
commit 70f2a12038
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View 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.