amendments after integration test #2

This commit is contained in:
Jörn-Michael Miehe 2023-11-15 16:17:32 +01:00
parent f27aa8b284
commit 6d041e6918
2 changed files with 11 additions and 8 deletions

View file

@ -70,18 +70,19 @@ Download (and review) the [OVDashboard install script](//code.yavook.de/OEKZiden
This can all be done after logging into your prepared device:
- The safe way:
1. `mkdir /tmp/ovdashboard && cd /tmp/ovdashboard`
1. `wget 'https://code.yavook.de/OEKZident.de/ovdashboard/raw/branch/master/deploy/install.sh'`
1. `less install.sh` and/or edit with `nano install.sh`
1. `sh install.sh`
1. download: `wget 'https://code.yavook.de/OEKZident.de/ovdashboard/raw/branch/master/deploy/install.sh'`
1. read/edit: `nano install.sh`
1. execute: `sh install.sh`
- If you feel adventurous and do not want to review the script, just run `sh <( curl --proto '=https' --tlsv1.2 -sSf 'https://code.yavook.de/OEKZident.de/ovdashboard/raw/branch/master/deploy/install.sh' )`
> There will be some prompts during installation.
>
> - DietPi might ask if you want to change your GPU split. Choose **Yes**.
> - DietPi will ask if you want to configure autostart options. **Cancel** that, this choice does not matter as it is changed by the installer.
> - The installer will ask for the connected display's resolution. The default values should be fine, you can likely just hit **Return** here.
> - The installer will ask for "display languages". This determines internationalization on the kiosk (connected display). For German, enter `de-DE,de,en-US,en`.
> - DietPi might ask: "Would you like DietPi to apply the recommended GPU memory split?". Choose **Yes**.
> - DietPi will ask: "Would you like to configure the DietPi-AutoStart option?". **Cancel** that, this choice does not matter as it is changed by the installer.
> - DietPi will ask: "Would you like to join DietPi-Survey?". It's up to you, but I'd suggest to **opt OUT**.
> - The installer will ask for the connected screen's resolution. The default values should be fine, you can likely just hit **Return** here.
> - The installer will ask for "display languages". This will affect some details on the connected screen. <br />
For German, enter `de-DE,de,en-US,en`.
Afterwards, reboot your device (`reboot` in the terminal). Your OVDashboard should be working now.

View file

@ -1,5 +1,7 @@
#!/bin/sh
# issue: autologin doesn't work ...
#########
# start #
#########