This commit is contained in:
Luk Lu
2022-05-02 10:35:53 +08:00
parent 004fe66c4f
commit 6dff16aeba

6
gitea-run.sh Executable file
View File

@@ -0,0 +1,6 @@
echo '>>>> Starting gitea ...'
cd /faronear/git/gitea
# sudo it so that pm2 list shows it as root
sudo pm2 start -x './gitea' --name gitea -- web
echo '>>>> Started gitea.'