Update readme to account for multiple roots support.
This commit is contained in:
parent
9fac9425ce
commit
c46cd2e3fe
1 changed files with 9 additions and 4 deletions
13
Readme.md
13
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue