Versions Compared

Key

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

...

  1. Create a user account for PowerFolder in the web interface of the server, if not already done.
  2. Follow Step 1 & 2 from our Installing on Linux Guide. Tough we are not installing a server, the first two steps are the same for installing a client.
  3. Create a sub-directory called /powerfolder in the home directory of the dedicated user for PowerFolder.
  4. Download and extract the latest PowerFolder Linux .jar and PowerFolder-Client.sh file tar.gz package file into the directory created in the step before.
  5. Create a PowerFolder.config file in the same directory with the contents below:

    Code Block
    languagejava
    titlePowerFolder.config
    config.url=http://powerfolder.example.com:8080
    nick=
    server.connect.username=username
    server.connect.password=password

    (plus) Replace the value for config.url with the URL of the PowerFolder Server web interface.
    (plus) Replace the value for server.connect.username and server.connect.password with the username and password created in the first step.
    (plus) Replace the value for nick with a name under which the device should appear in the web interface. 

  6. Change file permissions for the PowerFolder-Client.sh file:

    Code Block
    languagebash
    chmod +x PowerFolder-Client.sh
  7. Execute the PowerFolder.sh file:

    Code Block
    languagebash
    ./PowerFolder-Client.sh start

...