Skip to content

Instantly share code, notes, and snippets.

@jmathai
Last active September 30, 2021 16:38
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmathai/f316f9c46ac6bf37f2fd2ba7029b50d6 to your computer and use it in GitHub Desktop.
Save jmathai/f316f9c46ac6bf37f2fd2ba7029b50d6 to your computer and use it in GitHub Desktop.
Getting Elodie running on a Synology

Getting Elodie running on Synology DSM

  • Install python
  • Install pip
  • Install virtualenv
  • Install virtualenvwrapper
  • Install git (server) through DSM Package Manager
  • Install perl through DSM Package Manager
  • Install exiftool through CPHub (https://www.cphub.net/?id=40&pid=609)
  • Clone elodie from Github (https://github.com/jmathai/elodie)
  • Make virtualenv mkvirtualenv elodie
  • Activate virtualenv (workon elodie)

Optional to make drag/drop from Finder easier

Drag and drop from Finder needs to reflect the same file path as what the Synology sees to work. We can get that to function correctly by setting up the proper symlinks.

  • Get the path to the network mounted Synology drive from OS X (i.e. /Volumes/home)
  • SSH to your Synology (enable SSH if you need)
  • sudo mkdir -p /Volumes/home
  • sudo ln -s /var/services/homes/jmathai/photo-library /Volumees/home/photo-library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment