Skip to content

ClassCloud/obf-mahara

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBF Mahara plugin

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

Building

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

Testing

TODO: Write sane tests.

How to install

  1. Create a directory to your Mahara-installation's interaction-directory:

     mkdir /[maharadir]/interaction/obf
    
  2. Copy the contents of the build/src -directory to the plugin directory created above.

  3. Navigate to Administration > Extensions and locate the OBF-plugin below "Plugin type: interaction".

  4. Click "Install"

About

Badgez plugin for Folioz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.4%
  • CSS 8.6%
  • Smarty 7.5%
  • JavaScript 5.5%