Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Minio Install

Scripts to install and uninstall minio server. Link to the doc.

Installation

Download and run installation.sh. The script will ask for the data path, the server access key and secret key, the port you want to use and wether or not you want it to open the firewall port for you.

wget https://github.com/aubruz/minio-install/blob/master/install.sh
chmod +x install.sh
sudo ./install.sh

You can check that everything is working fine with systemctl status minio.

You can modify the values you provided during the installation in /etc/default/minio.

The installation script will also install the minio client to manage the server. The doc is here.

Deinstallation

Download and run uninstall.sh. The script will remove all the files that the installation.sh created.

wget https://github.com/aubruz/minio-install/blob/master/uninstall.sh
chmod +x uninstall.sh
sudo ./uninstall.sh

About

Scripts to install and uninstall minio server

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages