Skip to content

takecontrolsoft/sync_server

Repository files navigation

Sync Device by Take Control - software & infrastructure

Web site Linked in Go Doc Docker Hub

Project License Main

Release

sync server

Golang server for uploading files and media files processing workflows.

prerequisites

  • MacOs brew install exiftool export PATH=$PATH:/usr/local/bin brew install ffmpeg
  • Linux cd gzip -dc Image-ExifTool-12.96.tar.gz | tar -xf - cd Image-ExifTool-12.96 sudo make install

Building and release

Go to CONTRIBUTING.md for more instructions.