Navigation menu

Versions Compared

Key

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

...

You can find the newest E2ee release in the market place:

If you have problems using the marketplace app, you can also download the version from https://marketplace.owncloud.com/apps/e2eeshare and install it manually.

Demo License Key

You can test E2ee using http(s)://localhost or http(s)://localhost/owncloud for up to 10 users. If you need any other domains for testing, please contact sales@epikshare.com with the exact URL you want to test with.

Code Block
-----BEGIN LICENSE-----
TGljMTtVZDNtcTQxSEx6VlpvaGNVUVhwckN2OTJudytySERMYkVweFJFZ2FtcTZZWUtuS3JBMjVO
Z0FPaTZucTV4VzQ3Y0tMZzIrZ1QrbGZhZG9nZUZPcldMU2pTTVExV2RTM1RKK0tmb0NjSnNTZHhR
UzZFQ1NnS0pycnYrOHhhRDNNdFpwWHV3U0EwUmg4TjNsRHN0bzNmbXBhMjg3ZHlsb1ZVTWRxbytl
cEhaZnhZKy9aRTR0OUtJdE8wRVVabklxM2VGSm1NZDR6cnNBMy9KdzhCY1I5RHAwSFZudDFzQVo4
SWVBY1FiamR0a3RZUnpuS0R2bVc4RkVQZXJqdmx0VWU5Qmo3elRXSFhXYkxmRFFNR2h0ZGZ3bzYx
aEprMnFxUWZZV3B2NXkwTGxlQkd4RzI5MDR6VzhSVDhYT2NrZElUQ0JlamJnYWtYcGpUMEZZVDA2
bFBQRXc9PTtkVDB5TURJMU1EWXpNRHRrUFdoMGRIQnpPaTh2Ykc5allXeG9iM04wSTJoMGRIQTZM
eTlzYjJOaGJHaHZjM1FqYUhSMGNITTZMeTlzYjJOaGJHaHZjM1F2YjNkdVkyeHZkV1FqYUhSMGNE
b3ZMMnh2WTJGc2FHOXpkQzl2ZDI1amJHOTFaQ05vZEhSd2N6b3ZMekV5Tnk0d0xqQXVNU05vZEhS
d09pOHZNVEkzTGpBdU1DNHhPMmc5T0daaFpqTmhPV1ppWVRkbE16TXpPV05tTmpGak1UUTFNREJr
TURRM09EZzFORGM1WXpKbE5EdGpQVEV3TzJVNztGeFJCZW1zSy8zYWZENnNjTXRzU25GRVNCcVk9
-----END LICENSE-----

 

Download

Download the latest e2eeshare version from https://oc3marketplace.oem-cloudowncloud.com/index.php/s/K7kl1JpPGfLyXnaapps/e2eeshare-

If you have ownCloud enterprise you can use the marketplace to install the current version of e2ee-share.

...

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

  2. Unzip the e2eeShare package into this folder:

    Code Block
    languagebash
    cd /var/www/ocowncloud/apps-external
    tar -xzf ~/Downloads/e2eeshare-1*.9.0.tgz
  3. Verify that the zip is successfully extracted:

    Code Block
    owncloud
    ├── apps-external
    ...
    │   ├── 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.

...