forked from Hackademic/hackademic
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin API Install
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.
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
Submitto save
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
Submitto save