Navigation menu

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Prerequesites

You need access to the server running ownCloud in order to install the e2ee plugin.

Download

Download the latest e2eeshare version from https://epikshare.com/downloads/

Manual Installation

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

    cd /var/www/oc/apps
    unzip ~/Downloads/e2eeshare-1.0.zip
  3. Verify that the zip is successfully extracted:

    owncloud
    ├── apps
    ...
    │   ├── e2eeshare
    │   │   ├── appinfo
    │   │   ├── controller
    │   │   ├── css
    │   │   ├── db
    │   │   ├── img
    │   │   ├── js
    │   │   ├── l10n
    │   │   ├── lib
    │   │   └── templates
    ...
  4. Patch the guest plugin by editing app/guest/settings/admin.php (line ~46) so it looks like:

    ....
            public function getSectionID() {
                    return 'sharing';
            }
    ....

    You MUST patch the guest plugin 0.4.1 , otherwise you will not be able to enable e2ee for guests!

     

     

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

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

 

  • No labels