ILIAS-7-Install-Tutorial for Ubuntu 20.04

NC-ILIAS-Plugin

  • cd /var/www/html/ilias
  • mkdir -p Customizing/global/plugins/Modules/Cloud/CloudHook/
  • cd Customizing/global/plugins/Modules/Cloud/CloudHook/

  • git clone https://github.com/studer-raimann/OwnCloud.git
  • chown -R www-data:www-data /var/www/html/ilias/Customizing
  • Login to ILIAS
  • Got to Administration->Plugins
  • Install the plugin
  • Refresh language
  • Activate the plugin
  • Configure the plugin:
    • Server-URL: https://bbs-ilias.de/nc
    • Check OAuth2-Authentifizierung
      • Fill out the form with your values from above (identifier and secret)
      • OAuth2-Pfad: use default value
    • WebDAV path: remote.php/webdav
    • Check Collaboration-App-Integration
      • Relative URL Collaboration-App: index.php/apps/onlyoffice/{FILE_ID}?filePath={FILE_PATH}
      • Benutzerfeld für Mapping *: User/Benutzer
  • Save
  • Activate Cloud objects in Administration->Repository->Repository Objects

Configure the vhost

  • Because the Plugin expects a subdomain and we do not use one a redirect is necessary. It avoids 404-errors when you try to edit a file
  • /etc/apache2/sites-available/bbs-ilias-le-ssl.conf
  • Insert this line beneth the entry ServerAlias: Redirect /ocs /ncloud/ocs


No comment has been posted yet.