Skip to content

Instantly share code, notes, and snippets.

@zacharyz
Created July 20, 2013 00:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zacharyz/6043337 to your computer and use it in GitHub Desktop.
Save zacharyz/6043337 to your computer and use it in GitHub Desktop.
setup bt sync on digital ocean
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:tuxpoldo/btsync
sudo apt-get update
sudo apt-get install btsync
During the installation just use the default setting and set the administrative password as well ,You can access it by
127.0.0.1:8888 # This will redirect to the 2nd link
OR
http://127.0.0.1:8888/gui/
Username = admin , Password = ( Use have set during installation )
@mbrownnycnyc
Copy link

Thanks for this. Been messing around on stackdock for a week or so, but am looking to just move to a digital ocean instance. It might make more sense to: curl -o /usr/bin/btsync.tar.gz http://download-lb.utorrent.com/endpoint/btsync/os/linux-x64/track/stable && tar -xzvf /usr/bin/btsync.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment