This project uses Composer to manage dependencies. If you don't have Composer installed, run the following command to install it:
curl -sS https://getcomposer.org/installer | php
And then install the project dependencies using Composer:
php composer.phar install
Build task copies the source files to project's build-directory. Building the plugin is as easy as running the following command in project directory:
vendor/bin/phing
TODO: Write sane tests.
-
Create a directory to your Mahara-installation's interaction-directory:
mkdir /[maharadir]/interaction/obf
-
Copy the contents of the build/src -directory to the plugin directory created above.
-
Navigate to Administration > Extensions and locate the OBF-plugin below "Plugin type: interaction".
-
Click "Install"