克隆github存儲庫:
git克隆https://github.com/shovon8/raspberry-pi-home-automation.git
導航到新創建的項目目錄:
CD Raspberry-Pi-home-automation
導航到靜態/目錄:
CD靜態
下載字體很棒:
WGET https://use.fontawesome.com/releases/v5.15.1/fontawesome-free-5.15.15.15.1-web.zip
靜態/目錄中的UNZIP字體很棒:
UNZIP FONTAWESY-FORNAWEY-5.15.15.1-WEB.ZIP
重命名字體真棒目錄到fontawesome/:
MV -V fontawesome-5.15.15.1-web fontawesome
導航到項目根:
光碟 ..
將SystemD服務複製到/etc/systemd/system/:
sudo cp -v raspi-home-automation.service/etc/systemd/system/
重新加載Systemd Daemons:
sudo systemctl守護程序 - 重載
將SystemD服務添加到系統啟動:
sudo systemctl啟用raspi-home-automation.service
要生效的更改,請重新啟動Raspberry Pi:
Sudo重新啟動
檢查SystemD服務是否處於活動狀態/運行:
sudo systemctl狀態raspi-home-automation.service
查找Raspberry Pi的IP地址:
主機名-i
從您喜歡的Web瀏覽器訪問Web應用程序,網址為http://<ip-addr>:5000
確保根據server.py
腳本中的要求更改設備數據和PIN號。