add minio
This commit is contained in:
parent
1ba5c25f9a
commit
4c1b51d54e
11 changed files with 87 additions and 0 deletions
19
ressources/minio/README.MD
Normal file
19
ressources/minio/README.MD
Normal file
|
@ -0,0 +1,19 @@
|
|||
#### minio
|
||||
|
||||
##### Information
|
||||
Site : https://min.io/
|
||||
|
||||
Source : https://github.com/minio/minio
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y minio
|
||||
|
||||
#edit /etc/default/minio
|
||||
|
||||
systemctl enable --now minio
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue