Mise à jour de 'actual.list'
parent
a04764aec4
commit
791a4af6bb
|
@ -2,18 +2,17 @@ apt-get update
|
|||
apt-get install postgres
|
||||
https://luxagraf.net/src/gitea-nginx-postgresql-ubuntu-1804
|
||||
|
||||
adduser --system --shell /bin/bash --group --disabled-password --home /home/gitea gitea
|
||||
cd /usr/local/bin/
|
||||
adduser --system --shell /bin/bash --group --disabled-password --home /home/git git
|
||||
|
||||
wget -O gitea https://dl.gitea.io/gitea/1.9.6/gitea-1.9.6-linux-amd64
|
||||
chmod +x gitea
|
||||
./gitea web
|
||||
sudo cp gitea /usr/local/bin/gitea
|
||||
mkdir -p /var/lib/gitea/{custom,data,indexers,public,log}
|
||||
chown gitea:gitea /var/lib/gitea/{data,indexers,log}
|
||||
chown git:git /var/lib/gitea/{data,indexers,log}
|
||||
chmod 750 /var/lib/gitea/{data,indexers,log}
|
||||
mkdir /etc/gitea
|
||||
root:gitea /etc/gitea
|
||||
chown root:git /etc/gitea
|
||||
chmod 770 /etc/gitea
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue