Navigation menu

Versions Compared

Key

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

...

Download the latest e2eeshare version from https://epikshareoc3.oem-cloud.com/downloads/index.php/s/K7kl1JpPGfLyXna

Manual Installation

  1. Find you apps folder within your ownCloud installation (Linux: /var/www/oc/apps )

  2. Unzip the e2eeShare package into this folder:

    Code Block
    languagebash
    cd /var/www/oc/apps
    tar -xzf ~/Downloads/e2eeshare-1.23.61.tgz
  3. Verify that the zip is successfully extracted:

    Code Block
    owncloud
    ├── apps
    ...
    │   ├── e2eeshare
    |   |   ├── ajax
    │   │   ├── appinfo
    │   │   ├── controller
    │   │   ├── css
    │   │   ├── db
    │   │   ├── img
    │   │   ├── js
    │   │   ├── l10n
    │   │   ├── lib
    │   │   └── templates
    ...
  4. Login to ownCloud as the admin user. You might be asked for an upgrade, if the E2EE app was installed before.

...