当前位置:网站首页>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
边栏推荐
- Gru of RNN
- 【网站架构】一招搞定90%的分布式事务,实打实介绍数据库事务、分布式事务的工作原理应用场景
- Eigen matrix operation Library
- 【入门】输入整型数组和排序标识,对其元素按照升序或降序进行排序
- 长路漫漫、技术作伴
- 2022茶艺师(初级)操作证考试题库及模拟考试
- Latex formula code
- go通用动态重试机制解决方案的实现与封装
- Redisson uses the full solution - redisson official document + comments (Part 2)
- 2022 test question bank and simulation test of tea master (primary) operation certificate
猜你喜欢

【无标题】

2022广东省安全员A证第三批(主要负责人)特种作业证考试题库模拟考试平台操作

LSTM of RNN

Discussion on several research hotspots of cvpr2022

Tupu software has passed CMMI5 certification| High authority and high-level certification in the international software field

【入门】输入整型数组和排序标识,对其元素按照升序或降序进行排序

2022年流动式起重机司机考试练习题及在线模拟考试

base64

Apple account password auto fill

What information does the supplier need to know about Audi EDI project?
随机推荐
Caesar
Browser local storage
Aardio - Shadow Gradient Text
Li Kou daily question - day 31 -1790 Can a string exchange be performed only once to make two strings equal
Thesis learning -- Analysis and Research on similarity query of hydrological time series
How to check ad user information?
038 network security JS
Array: question brushing record
PWN attack and defense world int_ overflow
Custom events of components ②
Vhost kick & call principle
Custom events of components ①
2022 test questions and mock examinations for main principals of hazardous chemicals business units
Aardio - 阴影渐变文字
Php laraver Wechat payment
kubernetes资源对象介绍及常用命令(二)
Basic knowledge of MATLAB
力扣每日一题-第31天-1502.判断能否形成等差数列
LSTM of RNN
H5 页面设置了字体的粗细样式,但是在华为手机里微信打开访问样式不生效?