From 6b1fda1ffe07500c9a7e3a65beb898c0d4eb9567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:55:32 +0100 Subject: [PATCH] amendments after final integration test --- README.md | 2 +- deploy/install.sh | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index def0208..7730d66 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ It is also heavily advisable that you log into your device using SSH, so you sho 1. Download Image from [dietpi.com/#download](https://dietpi.com/#download) 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" + - For WiFi, use `AUTO_SETUP_NET_WIFI_ENABLED=1` and `AUTO_SETUP_NET_WIFI_COUNTRY_CODE=DE`, and also edit "dietpi-wifi.txt" like `aWIFI_SSID[0]='OV WLAN'` and `aWIFI_KEY[0]='Strong_pa55w0rd'` - 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` diff --git a/deploy/install.sh b/deploy/install.sh index 385fdbf..95c2f63 100644 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -82,3 +82,14 @@ docker compose \ --project-directory "/opt/ovdashboard" \ --project-name "ovdashboard" \ up --detach + +############ +# finalize # +############ + +echo "" +echo "#########################" +echo "# OVDashboard Installed #" +echo "#########################" +echo "" +echo "You can now reboot your device."