Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The ability to install the Share and Search integration with Windows Explorer is available in FileCloud Server version 18.2 and later.

The ability to install DocIQ is available in FileCloud Server version 18.2 and later.


Image RemovedImage AddedYou must install FileCloud Sync before you can begin synchronizing documents on your local computer to the FileCloud Server site.

How to Install FileCloud Sync on Linux

  1. Download FileCloud Sync App from https://www.filecloud.com/additional-downloads/#sync
  2. After successfully downloading the App, extract the zip file filecloudsync_linux_amd64.zip.

    To extract files using the terminal, use the following command:-

    Code Block
    unzip filecloudsync_linux_amd64.zip


  3. Now, you will have a bunch of files in the extracted location.

  4. Give execute permission to filecloudsyncstart.sh and filecloudsync file

    Code Block
    chmod +x filecloudsyncstart.sh
    chmod +x filecloudsync


  5. Open the terminal, go to the location where the FileCloud Sync files were extracted and then run filecloudsyncstart.sh 

    Code Block
    ./filecloudsyncstart.sh



    What If I'm Using Ubuntu 18.10?

For Ubuntu 18.10, please follow the steps below:

...