当前位置:网站首页>Set up file server Minio for quick use
Set up file server Minio for quick use
2022-07-01 07:57:00 【Dream~~】
Set up a file server MinIO
Official website
minio Official website :https://min.io/
minio Chinese mirror website :http://minio.org.cn/
Sometimes download from the Chinese mirror website Minio When , Will be displayed 404.
Brief introduction
MinIO It's based on Apache License v2.0 High performance of open source protocols 、 Distributed object storage services . It's a software product , Sure 100% Running on standard hardware . namely X86 And other low-cost machines can also run well MinIO.
MinIO Different from traditional storage and other object storage : From the beginning, it designed software architecture for private cloud standards with higher performance requirements . because MinIO Designed for object storage only from the beginning .
MinIO Amazon compatible S3 Cloud storage service interface , It is very suitable for storing large capacity unstructured data , Such as images 、 video 、 Log files 、 Backup data and containers / Virtual machine image, etc , And an object file can be any size , From several kb To maximum 5T Unequal .MinIO It's a very lightweight service , It can be easily combined with other applications , Similar to NodeJS、Redis perhaps MySQL wait .
download
minio Download from the official website :https://min.io/download
Domestic mirror website :http://www.minio.org.cn/download.shtml#/windows
It is recommended to use the domestic image website to download , The official website download is too slow .
Build environment for operation
Windows In the environment
1, hold minio Copy the file to the specified location , Mengmeng is put in D:\dev\soft\minio\data Under this folder .
2, Enter placement minio.exe Under the directory of :D:\dev\soft\minio\data
3, Open in this directory cmd Carry out orders , Double click the upper path box , Input cmd that will do , Then execute the order :minio.exe server D:\dev\soft\minio\data
4, After starting , The console will print out the default account and password , As shown in the yellow part above .
Linux In the environment
1, hold minio File copy to Linux Lower specified position , Dream dream is placed here /usr/local/minio in , But I feel like I have become a habit to change .
2, Get into minio Storage directory of : cd /usr/local/minio
3, Carry out orders :./minio server /home/minio/data (/home/minio/data The directory where you store static files )
4, Background operation :nohup /usr/local/minio server /home/minio/data > /home/minio/data/minio.log 2>&1 &
5, final & There must be , Background start , And print the log .
The default configuration 、 Modify configuration information
Start by the above , You can see minio Some related default configurations are printed in the background .
Default account and password :
RootUser:minioadmin
RootPass:minioadmin
Default port :
9000
Of course, you can also customize these information
Custom account and password :
export MINIO_ACCESS_KEY=minio
export MINIO_SECRET_KEY=miniostorage
Custom port number :
./minio server --address IP:PORT /home/minio/data
Normal visit
stay Linux In the environment , Need to be open 9000 port :
firewall-cmd --zone=public --add-port=6379/tcp --permanent
firewall-cmd --reload
Then the browser accesses the address :
http://127.0.0.1:9000
边栏推荐
- 【mysql学习笔记28】存储函数
- TCP/UDP 通信问题整理
- Sqlalchemy creating MySQL_ Table
- 2022 test question bank and simulation test of tea master (primary) operation certificate
- Apple account password auto fill
- getInputStream() has already been called for this request
- PWN attack and defense world int_ overflow
- [MySQL learning notes 28] storage function
- Lm08 mesh series mesh inversion (fine)
- Thesis learning -- Analysis and Research on similarity query of hydrological time series
猜你喜欢
She is the "HR of others" | ones character
How outlook puts together messages with the same discussion
如何让两融交易更极速
Principle and process of embossing
Discussion on several research hotspots of cvpr2022
How to troubleshoot SharePoint online map network drive failure?
2022 electrician (intermediate) recurrent training question bank and answers
浅谈CVPR2022的几个研究热点
[untitled]
[MySQL learning notes 25] SQL statement optimization
随机推荐
Atguigu---- scaffold --02- use scaffold (2)
【mysql学习笔记26】视图
【无标题】
【入门】输入n个整数,输出其中最小的k个
2022制冷与空调设备运行操作国家题库模拟考试平台操作
2022广东省安全员A证第三批(主要负责人)特种作业证考试题库模拟考试平台操作
[batch DOS CMD summary] extension variables - delay variables CMD /v:on, CMD /v:off, SETLOCAL enabledelayedexpansion, disabledelayedexpansion
She is the "HR of others" | ones character
【网站架构】一招搞定90%的分布式事务,实打实介绍数据库事务、分布式事务的工作原理应用场景
Principle and process of embossing
Scala语言学习-07-构造器
2022年流动式起重机司机考试练习题及在线模拟考试
matlab保存DB4i深度相机图片
三极管是一项伟大的发明
力扣每日一题-第31天-1790.仅执行一次字符串交换能否使两个字符串相等
Oracle创建自增id
力扣——求一组字符中的第一个回文字符
window c盘满了
Lm08 mesh series mesh inversion (fine)
IMDB practice of emotion classification (simplernn, LSTM, Gru)