CentOS7安装minio

 [root@localhost ~]# wget https://dl.minio.io/server/minio/release/linux-amd64/minio

-bash: wget: 未找到命令
[root@localhost ~]# yum -y install wget

已安装:
wget.x86_64 0:1.14-18.el7

完毕!
[root@localhost ~]# wget https://dl.minio.io/server/minio/release/linux-amd64/minio

100%[===============================================================================================>] 39,439,136 1.73MB/s 用时 22s

2019-04-06 14:06:43 (1.67 MB/s) - 已保存 “minio” [39439136/39439136])

[root@localhost ~]# ls -a
. anaconda-ks.cfg .bash_logout .bashrc .cshrc .mysql_history .npm .rnd .viminfo
.. .bash_history .bash_profile .config minio .mysql_secret .rediscli_history .tcshrc
[root@localhost ~]# chmod +x minio
[root@localhost ~]# mv minio /usr/local/

[root@localhost ~]# mkdir -p /home/minio/data
[root@localhost ~]# minio server /home/minio/data
-bash: minio: 未找到命令
[root@localhost ~]# cd /usr/local
[root@localhost local]# minio server /home/minio/data
-bash: minio: 未找到命令
[root@localhost local]# ./minio server /home/minio/data

允许防火墙的端口访问

默认情况下,Minio使用端口9000侦听传入的连接。如果平台默认阻塞端口,则可能需要启用对端口的访问。

添加
firewall-cmd --zone=public --add-port=9000/tcp --permanent
重新载入
firewall-cmd --reload

点赞
收藏

评论区

加载中...

相关推荐

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

Centos7快速安装Rancher

 通过docker,我们可以快速安装rancher安装步骤如下:\root@localhost~\run运行,d后台模式restartalways跟随docker启动,p映射端口,镜像名为rancher/server。docker会自动下载并安装启动root@localhost~dockerrund

Docker 安装

(CentOS7)使用yum方式安装docker:root@localhost~$curlhttps://download.docker.com/linux/centos/dockerce.repoo/etc/yum.repos.d/docker.reporoot@localhost~$yum

CentOS 6.0 系统 LAMP(Apache+MySQL+PHP)安装步骤

一、安装MySQL首先来进行MySQL的安装。打开超级终端,输入:root@localhost~yuminstallmysqlmysqlserver安装完毕,让MySQL能够随系统自动启动:root@localhost~chkconfiglevels235mysqldon

Centos6 使用yum快速搭建LAMP环境

1、安装Apache\root@localhost~\yumyinstallhttpd\开机自启动\root@localhost~\chkconfighttpdon\启动httpd服务\root@localhost~\servicehttpdstart\安装apache

VirtualBox导入已安装好的操作系统的方法

VirtualBox导入已安装好的操作系统的方法1、修改UUID进入VirtualBox安装目录,运行VBoxManage修改UUID,命令运行如下:D:\\VirtualBoxVBoxManage.exe internalcommands setvdiuuid E:\\VirtualX