Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| services:damselfly [2024/03/11 08:02] – willy | services:damselfly [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Damselfly ====== | ||
| - | [[https:// | ||
| - | |||
| - | https:// | ||
| - | |||
| - | Non-containerized install instructions [[https:// | ||
| - | |||
| - | Create user and make it group photos: | ||
| - | |||
| - | <code bash> | ||
| - | groupadd photos | ||
| - | useradd -d / | ||
| - | su - damselfly | ||
| - | wget https:// | ||
| - | mkdir damselfly | ||
| - | cd damselfly | ||
| - | unzip damselfly-server-linux-4.1.0.zip | ||
| - | </ | ||
| - | (the release zip file requires a sub-folder to store neatly all files) | ||
| - | |||
| - | In order for Damselfly to work you need to install some dependencies, | ||
| - | |||
| - | There you go: | ||
| - | <code bash> | ||
| - | emerge -s media-fonts/ | ||
| - | </ | ||
| - | |||
| - | The supposed //libgmp1// dependency is satisfied by adding **openmp** useflag to GCC (see [[https:// | ||
| - | |||
| - | Since Damselfly uses INotify triggers, you need to increase defaults or it will be unable to monitor large collections of photos (see [[https:// | ||
| - | |||
| - | Create the file **/ | ||
| - | <file damselfy.conf> | ||
| - | fs.inotify.max_user_instances=524288 | ||
| - | </ | ||
| - | |||
| - | And for it to be applied without a reboot: | ||
| - | <code bash> | ||
| - |   | ||
| - | </ | ||
| - | |||
| - | Start: | ||
| - | <code bash> | ||
| - | ./ | ||
| - | </ | ||