前言
这是一个开源的服务器监测软件
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)