From 6527f34bed418c15a3a2362e1b2562601840d97f Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 11 May 2021 20:00:01 +0100 Subject: [PATCH 1/3] Install instructions for Linux --- install/readme.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/install/readme.txt b/install/readme.txt index 3b2bcab..9bafd82 100644 --- a/install/readme.txt +++ b/install/readme.txt @@ -1,10 +1,14 @@ -on windows - 1) in the wpa_supplicant.conf set your wifi network and password -2) After flashing Raspberry Pi OS (32-bit) Lite (https://www.raspberrypi.org/downloads/raspberry-pi-os/) to SD card, open it as a drive and copy wpa_supplicant.conf and ssh file to the root folder +2) After flashing Raspberry Pi OS (32-bit) Lite (https://www.raspberrypi.org/downloads/raspberry-pi-os/) to SD card, open it as a drive and copy wpa_supplicant.conf and ssh file to the root of the boot partition 3) Plug SD card into the RPi and start it -4) install putty https://www.putty.org/ -5) get an IP address of the newly booted RPi -6) edit install_windows.bat and enter this ip address -7) run install_windows.bat, follow prompts until complete -8) go to the [rpi-ip-address]:8080 for the web configuration web interface \ No newline at end of file +4) get an IP address of the newly booted RPi + +Windows: + 5) install putty https://www.putty.org/ + 6) edit install_windows.bat and enter this ip address + 7) run install_windows.bat, follow prompts until complete +Linux/Mac: + 5) Run: ssh pi@[rpi-ip-address] 'bash -s' < setup.sh + Default password is 'raspberry' + +Finally, go to the [rpi-ip-address]:8080 for the web configuration interface From c129c9b2ae4aea5f85d36e4a3f02ca118d4a5d0c Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Wed, 26 May 2021 17:46:26 +0100 Subject: [PATCH 2/3] Update readme.txt --- install/readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/readme.txt b/install/readme.txt index 9bafd82..bac16ae 100644 --- a/install/readme.txt +++ b/install/readme.txt @@ -11,4 +11,7 @@ Linux/Mac: 5) Run: ssh pi@[rpi-ip-address] 'bash -s' < setup.sh Default password is 'raspberry' +That last step may take around an hour to complete. +When the RPi reboots, the LED will switch off once the service is ready to use. + Finally, go to the [rpi-ip-address]:8080 for the web configuration interface From 50ea63be27603fca7a142d99e907c8813c2d5523 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Wed, 26 May 2021 17:47:10 +0100 Subject: [PATCH 3/3] Update readme.txt --- install/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/readme.txt b/install/readme.txt index bac16ae..5bd0d03 100644 --- a/install/readme.txt +++ b/install/readme.txt @@ -11,7 +11,7 @@ Linux/Mac: 5) Run: ssh pi@[rpi-ip-address] 'bash -s' < setup.sh Default password is 'raspberry' -That last step may take around an hour to complete. +That last step could take an hour to complete. When the RPi reboots, the LED will switch off once the service is ready to use. Finally, go to the [rpi-ip-address]:8080 for the web configuration interface