Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00

add notes for setup

This commit is contained in:
Michael Jerger 2024-04-04 18:33:08 +02:00
parent 15bb774409
commit 41f066a1a6

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