Skip to content

aubruz/minio-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages