Skip to content

Instantly share code, notes, and snippets.

@egbertp
Created October 29, 2015 11:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egbertp/6c772d7bc06aef74429c to your computer and use it in GitHub Desktop.
Save egbertp/6c772d7bc06aef74429c to your computer and use it in GitHub Desktop.
Install Syncthing on OS x

Install

$ brew install syncthing

WebGUI

http://127.0.0.1:8384/

Start automatically

$ cp /usr/local/Cellar/syncthing/0.11.26/homebrew.mxcl.syncthing.plist ~/Library/LaunchAgents/syncthing.plist 
$ launchctl load ~/Library/LaunchAgents/syncthing.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment