# git.berlin > Gitea installation notes [git.berlin](https://git.berlin) - [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 ```bash sudo su git cd /home/git vi gitea/custom/conf/app.ini ``` ## Gitea Documentation - [docs.gitea.io](https://docs.gitea.io/)