This commit is contained in:
Neythen 2021-05-05 22:00:37 +01:00
commit a778e1f48e

View File

@ -25,6 +25,24 @@ then reboot the pi with
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 <path to fintic>/startup.sh &
```
dont forget the ampersand!
also make sure that the paths in startup.sh are correct for your install location
## Change the hostname
To change the hostname (URL used to access the server) first open config
@ -33,7 +51,7 @@ 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
You then connect to the server using the url fintic.local:1024
## Run instructions