CentOS7 搭建服务器监控-Linux-dash
侧边栏壁纸
  • 累计撰写 114 篇文章
  • 累计收到 21 条评论

CentOS7 搭建服务器监控-Linux-dash

SanLiLin
2019-03-22 / 0 评论 / 495 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2021年01月08日,已超过802天没有更新,若内容或图片失效,请留言反馈。

前言

这是一个开源的服务器监测软件
Git地址:https://github.com/afaqurk/linux-dash.git
安装环境:Apache+Centos7

安装步骤

安装Apache

yum install httpd httpd-toolsLoaded plugins: fastestmirror, refresh-packagekit, security

安装PHP

yum install php php-xml php-common php-jsonLoaded plugins: fastestmirror, refresh-packagekit, security

安装git

yum install gitLoaded plugins: fastestmirror, refresh-packagekit, security

下载并安装linux-dash

可以直接安装在 'var/www/html/'路径(项目路径)下,也可以安装好后移动到此目录
git clone https://github.com/afaqurk/linux-dash.git

重启Apache

service httpd restart
重启后在浏览器中输入 http://yourdomin.com
出现以下弹框即安装正确

使用截图

0

评论 (0)

取消