mirror of
1
Fork 0

add notes for setup

This commit is contained in:
Michael Jerger 2024-04-04 18:33:08 +02:00
parent 15bb774409
commit 41f066a1a6
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@ ENABLED = true
TAGS="sqlite" make build generate-swagger
```
# apply on k8s
```bash
kubectl exec -it forgejo-.. -- /bin/bash
su git
cd /app/gitea/
```
# launch local
```bash