frankwob

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by frankwob

  1. There is section in User Guide, that describes installation on Linux.

    Generally Sync is just a binary, so you need to unzip it and do

    chmod +x ./binary_name and then start it. Then you have two options configure it using web access ip:8888 or using config file.

    THANKS for the direction, have been looking forward to this software, not comfortable putting all my files on the cloud.
  2. I am having issues installing sync on ubuntu 12.10 32bit, was under the impression it had to be installed as an tarball archive thing. After extracted I thought I would have to use the

    $ tar zxf btsync.tar.gz

    $ cd path-to-software/

    # ./configure

    # make

    # make install

    but the config file isn't in the archive i was emailed? This can't be installed via the package manager right?