docs update

This commit is contained in:
Matthias Kretschmann 2018-12-07 16:37:28 +01:00
parent e49a55498f
commit 057d6755cc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
6 changed files with 28 additions and 7 deletions

View File

@ -1,10 +1,30 @@
<img src="https://git.berlin/m/git.berlin/raw/branch/master/logo-gitberlin.png" height="100">
<img src="https://git.berlin/m/git.berlin/raw/branch/master/assets/logo-gitberlin.png" height="100">
# git.berlin
> Gitea installation [git.berlin](https://git.berlin) | git:git.berlin
## Documentation
> Gitea installation notes [git.berlin](https://git.berlin)
- https://docs.gitea.io/
- [Migration from GitLab](#migration-from-gitlab)
- [Customization](#customization)
- [Handy commands](#handy-commands)
- [Gitea Documentation](#gitea-documentation)
---
## Migration from GitLab
- [`migrate-gitlab-gitea.sh`](src/branch/master/migrate-gitlab-gitea.sh)
## Customization
The `custom/` folder maps to `/home/git/gitea/custom/` on the server. Its contents can be deployed via rsync with:
```bash
npm i
gulp deploy
```
[Gitea Docs: Customizing Gitea](https://docs.gitea.io/en-us/customizing-gitea/)
## Handy commands
@ -14,3 +34,7 @@ cd /home/git
vi gitea/custom/conf/app.ini
```
## Gitea Documentation
- [docs.gitea.io](https://docs.gitea.io/)

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -7,9 +7,6 @@
},
"homepage": "https://git.berlin",
"main": "gulpfile.js",
"scripts": {
"start": "gulp server"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",