This commit is contained in:
Neythen 2021-05-05 20:27:20 +01:00
commit 4cc6e07824

View File

@ -8,7 +8,7 @@ sudo apt-get install git
git clone https://github.com/zcqsntr/fintic --recursive git clone https://github.com/zcqsntr/fintic --recursive
cd fintic cd fintic
./setup.sh ./setup.shsudo raspi-config
``` ```
Now to turn off the audio circuit open the config file with Now to turn off the audio circuit open the config file with
@ -25,6 +25,17 @@ then reboot the pi with
sudo reboot now sudo reboot now
``` ```
## 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
## Run instructions ## Run instructions
```console ```console