Git
parent
791a4af6bb
commit
1eed26c877
|
@ -3,7 +3,7 @@ apt-get install postgres
|
||||||
https://luxagraf.net/src/gitea-nginx-postgresql-ubuntu-1804
|
https://luxagraf.net/src/gitea-nginx-postgresql-ubuntu-1804
|
||||||
|
|
||||||
adduser --system --shell /bin/bash --group --disabled-password --home /home/git git
|
adduser --system --shell /bin/bash --group --disabled-password --home /home/git git
|
||||||
|
apt-get -y install git
|
||||||
wget -O gitea https://dl.gitea.io/gitea/1.9.6/gitea-1.9.6-linux-amd64
|
wget -O gitea https://dl.gitea.io/gitea/1.9.6/gitea-1.9.6-linux-amd64
|
||||||
chmod +x gitea
|
chmod +x gitea
|
||||||
./gitea web
|
./gitea web
|
||||||
|
|
Loading…
Reference in New Issue