From 994dc827dbc49f601e1eada2c66c072d7d00ab3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:42:42 +0200 Subject: [PATCH] main README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aca4f4..c13704a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Change the Logo – Put your own Title – Publish Pictures – Crea OVDashboard is made for the big screen – but it also shines in your visitors' mobile browsers! - **Locale Aware**
-No static strings anywhere – formats generated using [Luxon](https://moment.github.io/luxon/#/), which [respects your browsers' settings](./doc/ovdashboard_de.jpg)! +No localized strings anywhere – formats generated using [Luxon](https://moment.github.io/luxon/#/), which [respects your browsers' settings](./doc/ovdashboard_de.jpg)! - **Hackable**
The Dashboard UI is created using [Vue](https://vuejs.org/) and the [Vuetify](https://vuetifyjs.com/) UI library.
@@ -36,19 +36,24 @@ The Dashboard UI is created using [Vue](https://vuejs.org/) and the [Vuetify](ht ## Quick Start -Make sure you have a WebDAV and CalDAV server available. -For an all-in-one solution, consider setting up an account on a [Nextcloud](https://nextcloud.com/) instance! +Make sure you have a WebDAV and CalDAV account available. +For an all-in-one solution, consider setting up an account on a [Nextcloud](https://nextcloud.com/) instance!
+On your WebvDAV account, create a resource (directory) named `ovdashboard`. The intended installation method is as follows: 1. Have a Raspberry Pi (3 or later) connected to a HDMI screen 1. Boot up "Raspberry Pi OS" (64 bit, lite) and connect the Pi to your local network 1. Download (and review) the [OVDashboard installer](TODO), then run it from a terminal +1. Reboot the Raspberry Pi If you feel adventurous and want to skip the script review, run `curl --proto '=https' --tlsv1.2 -sSf 'TODO' | sh` instead. For a better understanding of your newly created OVDashboard, refer to the [about section](TODO). +## Configuration + + ## Setup for development and contribution Refer to the specific README files for [the API](./api/README.md) and [the UI](./ui/README.md) to contribute to one of those sub-projects.