Merge branch 'master' into feature/schedulable-slides
This commit is contained in:
commit
bd956a9cc3
@ -20,11 +20,17 @@ Use a RaspberryPi to show a full-screen slideshow (Kiosk-mode)
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation (docker)
|
## Installation and configure (docker)
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/jr-k/obscreen.git
|
git clone https://github.com/jr-k/obscreen.git
|
||||||
cd obscreen
|
cd obscreen
|
||||||
cp .env.dist .env
|
cp .env.dist .env
|
||||||
|
|
||||||
|
# be sure to have a valid file path for AUTOCONFIGURE_LX_FILE variable
|
||||||
|
# you should use ./var/run/dummy if you don't care about monitor and just want to test
|
||||||
|
nano .env
|
||||||
|
|
||||||
|
# run
|
||||||
docker compose up
|
docker compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user