Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.69 KB

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.