Pi dashboard是一款非常好用的树莓派状态监控软件,能够很方便的显示树莓派的运行状态,如上图所示。下面我们就来说说如何安装吧!
步骤
更新系统
sudo apt-get update
sudo apt-get upgrade
安装Ansible
sudo apt-get install ansible -y
下载脚本:
git clone https://github.com/YuanGao-NAU/raspi_dashboard.git
运行脚本:
cd raspi_dashboard
ansible-playbook --become -c local -i "localhost," build_pi_dashboard.yml
运行
打开网页:
http://树莓派IP/pi-dashboard
你将会看到博客开始时的页面,大功告成!
如果安装过程中遇到任何问题,请在下方留言,我会及时回复!
留言
安装失败了 fatal: [localhost]: FAILED! => {“before”: “6a11e0877aa68d499bb491c8ff8115e72fe14eaa”, “changed”: false, “msg”: “Local modifications exist in repository (force=no).”}
我研究一下
人在美国,运行了没有问题。我稍微改了一下,你再运行一遍试试。
装这个还是看大佬的代码
谢谢支持!