前言:typecho是一个博客系统,拥有简洁的后台操作界面,简单好上手!!!
视频环境:在VM虚拟机下 ctenos 7 64位系统
正文:先确保自己的网卡是否运行 ip addr 查看自己网卡状态 如果没有IP,就使用service network start 启动网卡.
确定网络正常,就使用如下命令安装宝塔控制面板:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
本人博客链接:https://luohua.cvmidc.cn
内附演示视频