Skip to content

Commit 10745f9

Browse files
committed
Documentation.
1 parent c036d6c commit 10745f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
With this [Piku](https://github.com/rcarmo/piku) application you can deploy Gitea.
2+
3+
```
4+
git remote add piku piku@yourserver.net:gitea
5+
git push piku master
6+
piku config:set NGINX_SERVER_NAME=gitea.somedomain.net
7+
```
8+
9+
* `NGINX_SERVER_NAME` is the domain name you want for the gitea server (the domain must point at the machine already).
10+

0 commit comments

Comments
 (0)