If you have installed the version 0.1.0 of the ORCA plugin, please first deactivate and remove it completely.
A. From ZIP file If you downloaded the Plugin as ZIP file from GitHub, please rename the extracted directory to ORCAContent (remove the branch suffix, e.g. -main).
- Copy the ORCAContent directory to your ILIAS installation at the following path
(create subdirectories, if neccessary):
Customizing/global/plugins/Services/Repository/RepositoryObject
- Go to Administration > Plugins
- Choose action "Update" for the ORCAContent plugin
- Choose action "Activate" for the ORCAContent plugin
B. From github
cd /var/www/html/ilias/Customizing/global/plugins/Services/Repository/RepositoryObject
git clone [email protected]:orca-nrw/crossplatform-ilias-lti-plugin.git ORCAContent
cd ORCAContent
git checkout main
- Just update the branch main from github, either by using
git pull
or by manual replacing files from a newer ZIP.
If you want to use the LTI outcome service with PHP-FPM behind an Apache web server, please add a following configuration to your virtual host or a directory configuration in Apache:
SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
- 28.11.2022 - 0.3.0 - pre-release (in the
main
branch) - 31.12.2022 - 1.0.0 - first release (in the
main
branch)