From cd9a1ac22a8deccf1827e6debca88606ee33cee5 Mon Sep 17 00:00:00 2001 From: pucherot Date: Thu, 14 Jan 2021 13:25:24 +0100 Subject: [PATCH 1/2] Update INSTALL.md --- docs/INSTALL.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 0a0c4805..594bf116 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -76,7 +76,7 @@ Estimated time: 20' 5 - Connect to web admin panel - http://192.168.1.x/admin/ - - (*replace the 192.168.1.x with your Raspberry IP*) + - (*replace 192.168.1.x with your Raspberry IP*) 6 - Activate DHCP server - Pi-hole -> Settings -> DHCP -> Mark "DHCP server enabled" @@ -84,7 +84,7 @@ Estimated time: 20' 7 - Add pi.alert DNS Record - Pi-hole -> Local DNS -> DNS Records -> Add new domain /IP - pi.alert 192.168.1.x - - (*replace the 192.168.1.x with your Raspberry IP*) + - (*replace 192.168.1.x with your Raspberry IP*) 8 - Deactivate your current DHCP Server (*Normaly at your router or AP*) @@ -189,8 +189,16 @@ Estimated time: 20' chmod -R 770 ~/pialert/db ``` -10 - Use admin panel to configure the devices - - http://pi.alert/ +10 - Check DNS record por pi.alert (explained in point 7 of Pi.hole installing) + - Add pi.alert DNS Record + - Pi-hole -> Local DNS -> DNS Records -> Add new domain /IP + - pi.alert 192.168.1.x + - (*replace 192.168.1.x with your Raspberry IP*) + +11 - Use admin panel to configure the devices + - http://pi.alert/ + - http://192.168.1.x/pialert/ + - (*replace 192.168.1.x with your Raspberry IP*) ## Device Management From f6eedd84d8fa8b6c95319b82e49aa27f5cffc0fa Mon Sep 17 00:00:00 2001 From: pucherot Date: Thu, 14 Jan 2021 22:11:10 +0100 Subject: [PATCH 2/2] Update INSTALL.md --- docs/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 594bf116..e9170d80 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -183,10 +183,10 @@ Estimated time: 20' (crontab -l 2>/dev/null; cat ~/pialert/back/pialert.cron) | crontab - ``` -9 - Add DB permissions to the web-server user +9 - Add permissions to the web-server user ``` - sudo chgrp -R www-data ~/pialert/db - chmod -R 770 ~/pialert/db + sudo chgrp -R www-data ~/pialert/back ~/pialert/back/pialert.conf ~/pialert/front ~/pialert/db + chmod -R 770 ~/pialert/back ~/pialert/back/pialert.conf ~/pialert/front ~/pialert/db ``` 10 - Check DNS record por pi.alert (explained in point 7 of Pi.hole installing)