From f00f95edd3b18fee8d853698275e390420ec087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:55:40 +0100 Subject: [PATCH] adds to README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bc190d..96ba2f1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ It is also heavily advisable that you log into your device using SSH, so you sho 1. Uncompress Image and flash onto SD card – you might need "7zip", "balenaEtcher" and/or other tools 1. Check the SD card, open "dietpi.txt" and change some options (full documentation [here](https://dietpi.com/docs/usage/#options-within-the-file)): - For WiFi, use `AUTO_SETUP_NET_WIFI_ENABLED=1` and `AUTO_SETUP_NET_WIFI_COUNTRY_CODE=DE`, and also check "dietpi-wifi.txt" - - System options, e.g. `AUTO_SETUP_AUTOMATED=1`, `AUTO_SETUP_NET_HOSTNAME=ovdashboard`, `AUTO_SETUP_GLOBAL_PASSWORD=dietpi`, `AUTO_SETUP_LOCALE=de_DE.UTF-8`, `AUTO_SETUP_KEYBOARD_LAYOUT=de`, `AUTO_SETUP_TIMEZONE=Europe/Berlin`, `CONFIG_SERIAL_CONSOLE_ENABLE=0` + - System options, e.g. `AUTO_SETUP_AUTOMATED=1`, `AUTO_SETUP_NET_HOSTNAME=OVDashboard`, `AUTO_SETUP_GLOBAL_PASSWORD=dietpi`, `AUTO_SETUP_LOCALE=de_DE.UTF-8`, `AUTO_SETUP_KEYBOARD_LAYOUT=de`, `AUTO_SETUP_TIMEZONE=Europe/Berlin`, `CONFIG_SERIAL_CONSOLE_ENABLE=0` 1. Be sure to at least change the password (and remember it 🙂️), then put the SD card into your device and boot it. Let the first time setup finish, it will take a bit. It will let you know when it is done! 1. Log into your device using SSH. By default, that's user name `root` and password `dietpi` @@ -76,14 +76,20 @@ This can all be done after logging into your prepared device: 1. `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/install/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`. + Afterwards, reboot your device (`reboot` in the terminal). Your OVDashboard should be working now. For a better understanding of your newly created OVDashboard, refer to the [about section](#about-the-default-ovdashboard-deployment). ## Updates, upgrades - -`/opt/ovdashboard` + ## Configuration