Navigation menu

Versions Compared

Key

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

...

  1. Find you apps folder within your ownCloud installation (Linux: /var/www/oc/apps )
  2. Unzip the e2eeShare zip package into this folder:

    Code Block
    cd /var/www/oc/apps
    unziptar -xzf ~/Downloads/e2eeshare-1.2.0.ziptgz
  3. Verify that the zip is successfully extracted:

    Code Block
    owncloud
    ├── apps
    ...
    │   ├── e2eeshare
    │   │   ├── appinfo
    │   │   ├── controller
    │   │   ├── css
    │   │   ├── db
    │   │   ├── img
    │   │   ├── js
    │   │   ├── l10n
    │   │   ├── lib
    │   │   └── templates
    ...



  4. Login to ownCloud with the admin user and finish installation by running the database upgrade

  5. Enter your license key in the configuration under 
     
  6. Add E2ee to allowed apps for guest access (foudn in ):
     
  7. Create a group for all e2ee users and add it within the group setup:
     
  8. Make sure to click E2ee

FAQ

I got a valid license, but when installing it, I still get a message that the system is unlicensed.

...