diff --git a/.gitignore b/.gitignore index 5f21eb3..5970a9c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ cache.properties /bin /target /.externalToolBuilders +*.iml +/.idea diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..c94643b --- /dev/null +++ b/Readme.md @@ -0,0 +1,23 @@ + +# 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 point the `base` property +to your photo folder: + + base=/home/photo + dbdir=/home/resin/web/db + ffmpeg.path=/home/resin/bin/ffmpeg +