20 lines
302 B
Markdown
20 lines
302 B
Markdown
#### 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
|
|
```
|