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