README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
20
ressources/gitea/README.MD
Normal file
20
ressources/gitea/README.MD
Normal file
|
@ -0,0 +1,20 @@
|
|||
#### gitea
|
||||
|
||||
##### Information
|
||||
Site : https://gitea.io
|
||||
|
||||
Source : https://github.com/go-gitea/gitea/
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y gitea
|
||||
|
||||
systemctl enable --now gitea
|
||||
|
||||
#configuration with http://<ip>:3000
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue