Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instructions for Linux #20

Merged
merged 3 commits into from
May 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions install/readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
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
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'

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