Compare commits
2 Commits
e146811553
...
begin-refa
Author | SHA1 | Date | |
---|---|---|---|
8d2467cdbc | |||
312fbe78b0 |
@@ -20,3 +20,6 @@ sudo touch /boot/ssh.txt
|
||||
sudo sed -i 's/exit 0//g' /etc/rc.local
|
||||
echo "/usr/bin/tvservice -o" | sudo tee -a /etc/rc.local
|
||||
echo "exit 0" | sudo tee -a /etc/rc.local
|
||||
|
||||
# Run startup script at reboot; Register to cron for pi user
|
||||
echo "@reboot sudo -E bash $HOME/fintic/startup.sh &" | sudo tee -a /var/spool/cron/pi
|
||||
|
40
README.md
40
README.md
@@ -17,32 +17,17 @@
|
||||
1. Configure boot configuration: `bash 03_update_boot_config.sh`
|
||||
1. Reboot the pi: `sudo reboot now`
|
||||
|
||||
## Set to run at startup
|
||||
|
||||
add the startup script to crotab. Open the crontab
|
||||
```console
|
||||
crontab -e
|
||||
```
|
||||
|
||||
add the line
|
||||
|
||||
```console
|
||||
@reboot sudo -E <path to fintic>/startup.sh &
|
||||
```
|
||||
|
||||
dont forget the ampersand!
|
||||
|
||||
also make sure that the paths in startup.sh are correct for your install location
|
||||
|
||||
## Install the hotspot
|
||||
```console
|
||||
|
||||
```shell
|
||||
cd ~
|
||||
curl "https://www.raspberryconnect.com/images/hsinstaller/AutoHotspot-Setup.tar.gz" -o AutoHotspot-Setup.tar.gz
|
||||
tar -xzvf AutoHotspot-Setup.tar.gz
|
||||
cd Autohotspot
|
||||
sudo ./autohotspot-setup.sh
|
||||
```
|
||||
Choose option 2, then option 7 to change the SSID and password (for some reason it didnt work with the default SSID and password).
|
||||
|
||||
Choose option 2, then option 7 to change the SSID and password (for some reason it didn't work with the default SSID and password).
|
||||
|
||||
Then you can connect to the network and go to http://fintic.local:1024 or http://10.0.0.5:1024 and enter wifi information, then reboot
|
||||
|
||||
@@ -50,29 +35,26 @@ Then you can connect to the network and go to http://fintic.local:1024 or http:/
|
||||
## Change the hostname
|
||||
|
||||
To change the hostname (URL used to access the server) first open config
|
||||
|
||||
```console
|
||||
sudo raspi-config
|
||||
```
|
||||
|
||||
Then go to system options -> hostname and change it to e.g. fintic
|
||||
|
||||
You then connect to the server using the url fintic.local:1024
|
||||
|
||||
|
||||
## Run instructions
|
||||
|
||||
```console
|
||||
sudo -E python3 server.py
|
||||
```
|
||||
|
||||
in browser go to url http://raspberrypi.local:1024
|
||||
|
||||
If it doesnt work because of a missing package try running setup.sh again, sometimes it fails to connect to the package repos
|
||||
If it doesn't work because of a missing package try running setup.sh again, sometimes it fails to connect to the package repos
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
To conver bdf font to pil format do pilfont.py <font filename>
|
||||
pillow v 5.4.1 works, but version 8.2.0 breaks.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
To convert bdf font to pil format do `pilfont.py <font filename>`
|
||||
pillow v 5.4.1 works, but version 8.2.0 breaks.
|
||||
|
Reference in New Issue
Block a user