CentOS7安装minio

Stella981
• 阅读 889

 [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

CentOS7安装minio

CentOS7安装minio

CentOS7安装minio

CentOS7安装minio

点赞
收藏
评论区
推荐文章
待兔 待兔
3个月前
手写Java HashMap源码
HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22
Stella981 Stella981
3年前
Centos7快速安装Rancher
 通过docker,我们可以快速安装rancher安装步骤如下:\root@localhost~\run运行,d后台模式restartalways跟随docker启动,p映射端口,镜像名为rancher/server。docker会自动下载并安装启动root@localhost~dockerrund
Stella981 Stella981
3年前
Docker 安装
(CentOS7)使用yum方式安装docker:root@localhost~$curlhttps://download.docker.com/linux/centos/dockerce.repoo/etc/yum.repos.d/docker.reporoot@localhost~$yum
Stella981 Stella981
3年前
CentOS 6.0 系统 LAMP(Apache+MySQL+PHP)安装步骤
一、安装MySQL首先来进行MySQL的安装。打开超级终端,输入:root@localhost~yuminstallmysqlmysqlserver安装完毕,让MySQL能够随系统自动启动:root@localhost~chkconfiglevels235mysqldon
Stella981 Stella981
3年前
Centos6 使用yum快速搭建LAMP环境
1、安装Apache\root@localhost~\yumyinstallhttpd\开机自启动\root@localhost~\chkconfighttpdon\启动httpd服务\root@localhost~\servicehttpdstart\安装apache
Wesley13 Wesley13
3年前
VirtualBox导入已安装好的操作系统的方法
VirtualBox导入已安装好的操作系统的方法1、修改UUID进入VirtualBox安装目录,运行VBoxManage修改UUID,命令运行如下:D:\\VirtualBoxVBoxManage.exe internalcommands setvdiuuid E:\\VirtualX
Stella981 Stella981
3年前
Centos6.5
1、使用yuminstalldnsmasqy 安装dns(含dnsserver和dns代理功能)2、查询dnsmasq已经安装成功\root@localhost~\ rpmqdnsmasqdnsmasq2.4818.el6\_9.x86\_64\root@localhost~\3、配置/
Stella981 Stella981
3年前
SVN安装
安装说明系统环境:CentOS6.3安装方式:yuminstall(源码安装容易产生版本兼容的问题)安装软件:系统自动下载SVN软件检查已安装版本检查是否安装了低版本的SVN\root@localhost(http://my.oschina.net/u/570656)/\rpm
Easter79 Easter79
3年前
SVN安装
安装说明系统环境:CentOS6.3安装方式:yuminstall(源码安装容易产生版本兼容的问题)安装软件:系统自动下载SVN软件检查已安装版本检查是否安装了低版本的SVN\root@localhost(http://my.oschina.net/u/570656)/\rpm
芝士年糕 芝士年糕
2年前
windows安装minio
一、概述最近在学习使用minio,在这里对自己的学习过程做一个记录和总结,方便自己查阅。Minio是GlusterFS创始人之一AnandBabuPeriasamy发布新的开源项目。Minio兼容Amason的S3分布式对象存储项目,采用Golang实现,客户端支持Java、Python、Javacript、Golang语言。Minio可以做为云存储的