Skip to main content

Configuring Owncloud

To use Sciebo RDS with Owncloud, you will have to install the Sciebo RDS Owncloud plugin.

Dependencies

Our plugin depends on the oauth2 plugin for Owncloud, which you can install from the marketplace. Because of a bug, you also need to install the following php-extensions:

php-gmp
php-bcmath
openssl

Installing the plugin from Source

  1. Download the latest tag from our release page. You will need the oc-rds-plugin.tar.gz file. Please remember which version you download, this will become important later on.

  2. Extract the tar ball into your apps folder and enable the app through the Owncloud interface.

You can read more on how to manually install Owncloud plugins in their documentation.

Configuration

  1. Create an oauth2 client for sciebords (uncheck allow subdomains). Use your first Sciebo RDS domain as the redirection url. The given oauthname will be used in the sciebo rds admin section, which can be found on the left hand side of your admin configuration page.


  1. Next, go to the Sciebo RDS admin page, which can be found on the left hand . Enter the domain domain you provided for the oauth2 client, and the oauthname.


  1. You will now find the Sciebo RDS app in the top left app menu inside your Owncloud instance. There will be an error, as the backend is not yet set up.