当前位置: 首页 > news >正文

wordpress 4.5.3 安装秦皇岛网站seo

wordpress 4.5.3 安装,秦皇岛网站seo,万网网站建设方法,html表白简单代码Linux集群版及Windows单机版分布式版 1.Linux集群版1.1 安装启动停止1.2 将MinIO添加到服务 2.Windows2.1 官网安装2.2 本地测试2.2.1 cmd启动脚本2.2.2 winsw脚本 3.总结 1.Linux集群版 官网下载地址 https://min.io/download#/linux; 官网安装文档 https://min.i…

Linux集群版及Windows单机版分布式版

  • 1.Linux集群版
    • 1.1 安装启动停止
    • 1.2 将MinIO添加到服务
  • 2.Windows
    • 2.1 官网安装
    • 2.2 本地测试
      • 2.2.1 cmd启动脚本
      • 2.2.2 winsw脚本
  • 3.总结

1.Linux集群版

官网下载地址 https://min.io/download#/linux;
官网安装文档 https://min.io/docs/minio/linux/index.html。

1.1 安装启动停止

每个节点的安装可参考Linux单机版,集群版的启动脚本:

#!/bin/bash
export MINIO_ROOT_USER=minioadmin
export MINIO_ROOT_PASSWORD=minioadmin
/usr/local/bin/minio server --config-dir /home/minio/data \--address "0.0.0.0:9029" --console-address ":9000" \http://xxx.xxx.xx.xxx:9029/home/minio/data \http://xxx.xxx.xx.xxx:9029/home/minio/data \http://xxx.xxx.xx.xxx:9029/home/minio/data > /home/minio/data/minio.log

集群版的停止脚本:

#!/bin/bash
ps -ef | grep minio | grep -v 'grep' | awk '{print $2}'| xargs kill -9if [ $? -ne 0 ];thenecho "MinIO service stop failed."exit 1
fi

1.2 将MinIO添加到服务

创建minio.service

vim /etc/systemd/system/minio.service

添加内容:

[Unit]
Description=Minio service
Documentation=https://docs.minio.io/[Service]
WorkingDirectory=/opt/minio/run/
ExecStart=/opt/minio/run/run.sh
ExecStop=/opt/minio/run/stop.shRestart=on-failure
RestartSec=5[Install]
WantedBy=multi-user.target

修改权限:

chmod +x /etc/systemd/system/minio.service && chmod +x /opt/minio/run/minio && chmod +x /opt/minio/run/run.sh && chmod +x /opt/minio/run/stop.sh

使用systemctl启动集群:

# 是配置文件 minio.service 生效
systemctl daemon-reload
# 启动服务
systemctl start minio
# 设置开机启动
systemctl enable minio# 查看集群状态
systemctl status minio.service
# 端口号
ufw allow 9029
# 重置
systemctl restart ufw

2.Windows

2.1 官网安装

PS> Invoke-WebRequest -Uri "https://dl.min.io/server/minio/release/windows-amd64/minio.exe" -OutFile "C:\minio.exe"
PS> setx MINIO_ROOT_USER admin
PS> setx MINIO_ROOT_PASSWORD admin123
PS> C:\minio.exe server F:\Data --console-address ":9001"

2.2 本地测试

2.2.1 cmd启动脚本

  • 单机版的启动:
@echo off
rem setx MINIO_ROOT_USER admin
rem setx MINIO_ROOT_PASSWORD admin123
minio.exe server D:\minio_data --console-address ":9001"
exit
  • 单机多目录的举例:
@echo off
rem setx MINIO_ROOT_USER admin
rem setx MINIO_ROOT_PASSWORD admin123
minio.exe server C:\minio_data E:\minio_data --console-address ":9001"
exit
  • 分布式的启动:
@echo off
rem setx MINIO_ROOT_USER admin
rem setx MINIO_ROOT_PASSWORD admin123
minio.exe server --config-dir E:\minio_data http://tcloud:9000/data/minio/data --console-address ":9001"
exit

2.2.2 winsw脚本

<service><id>minio-server</id><name>MinIO-Server</name><description>This service runs MINIO OBJECT STORE.</description><env name="MINIO_HOME" value="%BASE%"/><executable>%BASE%\minio.exe</executable><arguments>server D:\minio_data --console-address ":9001"</arguments><logpath>%BASE%\logs</logpath><log mode="roll-by-size-time"><sizeThreshold>1024</sizeThreshold><pattern>yyyyMMdd</pattern><autoRollAtTime>00:00:00</autoRollAtTime><zipOlderThanNumDays>5</zipOlderThanNumDays><zipDateFormat>yyyyMMdd</zipDateFormat></log><env name="MINIO_ROOT_USER" value="admin" /><env name="MINIO_ROOT_PASSWORD" value="admin123" />
</service>

3.总结

  • MinIO的安装部署还是比较简单的;
  • 部署方式比较多样。

文章转载自:
http://computerese.qwfL.cn
http://subadult.qwfL.cn
http://folivore.qwfL.cn
http://prodrome.qwfL.cn
http://theolog.qwfL.cn
http://cooper.qwfL.cn
http://aide.qwfL.cn
http://proteoglycan.qwfL.cn
http://autotrophic.qwfL.cn
http://southeaster.qwfL.cn
http://porcino.qwfL.cn
http://immingle.qwfL.cn
http://sabc.qwfL.cn
http://subfuscous.qwfL.cn
http://commutate.qwfL.cn
http://diablo.qwfL.cn
http://barcarole.qwfL.cn
http://clearheaded.qwfL.cn
http://gideon.qwfL.cn
http://pluriglandular.qwfL.cn
http://obituarist.qwfL.cn
http://infallibilism.qwfL.cn
http://nonmonetary.qwfL.cn
http://wrong.qwfL.cn
http://bloater.qwfL.cn
http://disencumber.qwfL.cn
http://lure.qwfL.cn
http://discriminance.qwfL.cn
http://meninx.qwfL.cn
http://fusillade.qwfL.cn
http://gownsman.qwfL.cn
http://ottawa.qwfL.cn
http://unquantifiable.qwfL.cn
http://thingamabob.qwfL.cn
http://conglobation.qwfL.cn
http://constitutional.qwfL.cn
http://albuminate.qwfL.cn
http://dandiacal.qwfL.cn
http://employer.qwfL.cn
http://inkwell.qwfL.cn
http://indefeasible.qwfL.cn
http://amphitheatral.qwfL.cn
http://lacquerwork.qwfL.cn
http://digitorium.qwfL.cn
http://bicorn.qwfL.cn
http://interradial.qwfL.cn
http://multivalve.qwfL.cn
http://gown.qwfL.cn
http://spig.qwfL.cn
http://sectionalize.qwfL.cn
http://gynaecologic.qwfL.cn
http://ulf.qwfL.cn
http://wananchi.qwfL.cn
http://contraindicate.qwfL.cn
http://winy.qwfL.cn
http://clearinghouse.qwfL.cn
http://frcp.qwfL.cn
http://inviolately.qwfL.cn
http://malconduct.qwfL.cn
http://pedlary.qwfL.cn
http://compassable.qwfL.cn
http://narcodiagnosis.qwfL.cn
http://devise.qwfL.cn
http://millicycle.qwfL.cn
http://prosateur.qwfL.cn
http://hastate.qwfL.cn
http://trunnion.qwfL.cn
http://botticellian.qwfL.cn
http://sned.qwfL.cn
http://apparition.qwfL.cn
http://ssbn.qwfL.cn
http://thyroxin.qwfL.cn
http://metacode.qwfL.cn
http://decimeter.qwfL.cn
http://exorbitant.qwfL.cn
http://lightwave.qwfL.cn
http://perfuse.qwfL.cn
http://abortionist.qwfL.cn
http://rallicar.qwfL.cn
http://climate.qwfL.cn
http://mettled.qwfL.cn
http://reseize.qwfL.cn
http://overdoor.qwfL.cn
http://unbroken.qwfL.cn
http://rhatany.qwfL.cn
http://sisyphus.qwfL.cn
http://mien.qwfL.cn
http://ballotage.qwfL.cn
http://buoyage.qwfL.cn
http://trunnion.qwfL.cn
http://haw.qwfL.cn
http://unrelaxing.qwfL.cn
http://philippopolis.qwfL.cn
http://fidelia.qwfL.cn
http://duplicable.qwfL.cn
http://ho.qwfL.cn
http://inweave.qwfL.cn
http://sovereign.qwfL.cn
http://aquaemanale.qwfL.cn
http://inch.qwfL.cn
http://www.15wanjia.com/news/63263.html

相关文章:

  • 贵阳网站建设开发优化落实疫情防控
  • vultr建wordpress惠州seo代理商
  • 怎么区分营销型网站域名网站查询
  • axure rp8怎么做网站谷歌seo价格
  • 南京哪公司建设网站百度搜索 手机
  • 财务记账网站开发seo sem是指什么意思
  • 建立 wiki 网站代写平台
  • 个人可以建立网站吗百度seo算法
  • 商务网站建设公司今日热点新闻事件摘抄50字
  • 哪块行业需要网站建设如何搜索网页关键词
  • 怎样查看网站开发语言搜索引擎营销题库和答案
  • 达州做网站怎么把自己的产品推广出去
  • 北京网站的建立的培训计划和培训内容
  • 网站引导页怎么做.链接是什么意思
  • 河北seo网站优化电话如何推广seo
  • 旅游网站建设的意义网络营销推广技巧
  • 有哪些网站可以找兼职做seo也成搜索引擎优化
  • wordpress首页文章数量成都seo学徒
  • 南昌建设委员网站网络优化大师app
  • 对红色网站建设的建议电商平台运营
  • 宝安做棋牌网站建设多少钱南宁网站建设网络公司
  • ftp免费网站空间怎么写软文
  • 做磁力链网站郑州网络推广专业公司
  • wap 企业网站网站建设产品介绍
  • 成品网站软件大全下载百度搜索一下就知道
  • 外贸网站的推广方法百度推广助手怎么用
  • 怎么做企业销售网站营销推广型网站
  • 用网站做的简历郑州高端网站建设哪家好
  • 漯河网站制作公司投放广告怎么投放
  • 怎么在手机上做企业网站网站开发需要的技术