# Album ## Quickstart - Open `src/test/java/org/forkalsrud/album/Runner.java` and run the `main` method. - Visit http://localhost:8080/photo/album/ ## Requirements - ffmpeg - exiftool (perl-Image-ExifTool) - mplayer ## Configuration 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 directory holding the photos, and the directory to be populated with BerkeleyDB 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. ffmpeg.path=/home/resin/bin/ffmpeg