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 07:45] – 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:// | ||
- | |||