Learnplaces 2 is a ground up rewritten drop in replacement of the old learnplaces plugin.
- Version: ILIAS 5.3 or 5.4
- PHP 7 or higher
Plugin Version | ILIAS Versions | PHP Versions |
---|---|---|
v1.X | 5.2 - 5.3 | 7.0 |
v2.X | 5.3 - 5.4 | 7.0 - 7.2 |
The latest composer release can be downloaded here https://getcomposer.org/download/
Start at your ILIAS root directory
mkdir -p Customizing/global/plugins/Services/Repository/RepositoryObject
cd Customizing/global/plugins/Services/Repository/RepositoryObject
git clone https://github.com/studer-raimann/Learnplaces.git
cd ./Learnplaces
php composer.phar install --no-dev
As ILIAS administrator go to "Administration->Plugins" and install/activate the plugin.
Update composer to the latest version.
Composer update guide https://getcomposer.org/doc/03-cli.md#self-update-selfupdate-
Start at your ILIAS root directory
cd Customizing/global/plugins/Services/Repository/RepositoryObject/Learnplaces
git pull
php composer.phar install --no-dev
As ILIAS administrator go to "Administration->Plugins" and update/activate the plugin.
The map integration of the plugin has to be enable in ILIAS in order to use it without warnings.
- Login as administrator into ILIAS
- Navigate to Administration > Third Party Software
- Select the sub tab of the Settings tab
- Enable your preferred map implementation.
- Save the configuration changes
ILIAS uses a third party rich text editor called TinyMCE which must be enabled in order to use the rich text editing functionality of the plugin.
- Login as administrator into ILIAS
- Navigate to Administration > Editing
- Navigate into the TinyMCE Editor tab
- Tick the option "Enable TinyMCE for WYSIWYG Editing"
- Save the configuration changes
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details.
studer + raimann ag
Farbweg 9
3400 Burgdorf
Switzerland