Created
July 20, 2013 00:47
-
-
Save zacharyz/6043337 to your computer and use it in GitHub Desktop.
setup bt sync on digital ocean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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