add notes for setup
This commit is contained in:
parent
15bb774409
commit
41f066a1a6
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue