From c46cd2e3fe8512f2374fcdedab0ab90aaf017228 Mon Sep 17 00:00:00 2001 From: Knut Forkalsrud Date: Sun, 5 Nov 2023 19:25:09 -0800 Subject: [PATCH] Update readme to account for multiple roots support. --- Readme.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index c94643b..452eb60 100644 --- a/Readme.md +++ b/Readme.md @@ -14,10 +14,15 @@ ## Configuration -Create a file: `~/forkalsrud.org/photo.properties` and point the `base` property -to your photo folder: +Create a file: `~/forkalsrud.org/photo.properties` and for each named "root" +(`photo` in the example below), point the `base` property and `dbdir` properties +to the direcory holding the photos, and the diractory to be populated with +BerkelyDB files to your photo folder: + + root.photo.base=/home/photo + root.photo.dbdir=/home/resin/web/db + +Additionally, you may add a path to the ffmpeg program binary if needed. - base=/home/photo - dbdir=/home/resin/web/db ffmpeg.path=/home/resin/bin/ffmpeg