Skip to content
Daniel Kvist edited this page Sep 1, 2013 · 4 revisions

The OWASP Hackademic Challenges Plugin API allows developers to extend the system by installing plugins and themes.

Install a plugin

To install a plugin, do the following:

  • Upload the folder containing the plugin to /user/plugins/[plugin]
  • Navigate to the options page (defaultpath : /?url=admin/options)
  • Locate the plugin in the plugins list and select the checkbox
  • Click Submit to save

Install a theme

To install a theme, do the following:

  • Upload the folder containing the theme to /user/themes/[theme]
  • Navigate to the options page (default path: /?url=admin/options)
  • Locate the theme in the themes list and select the radio button to choose the active theme
  • Click Submit to save

Overview

Clone this wiki locally