Installing and uninstalling extensions
Installing an extension
To install an extension:
If the extension is not included in the default SimpleID distribution:
Extract the archive containing the extension into a temporary directory
Move the contents of the
wwwdirectory (including any subdirectories) into the web directory.
To enable the extension, edit the
SIMPLEID_EXTENSIONSconfiguration option in theconfig.incfile and add the name of the extension. Separate multiple extensions with commas. For more information on how to edit this configuration option, see the Configuration Options Reference.
SIMPLEID_EXTENSIONS configuration option may not exist in your config.inc file. You can add it in manually.
Uninstalling an extension
To uninstall an extension
Edit the
SIMPLEID_EXTENSIONSconfiguration option in theconfig.incfile and delete the name of the extension. For more information on how to edit this configuration option, see the Configuration Options Reference.You can also delete the extension file from the web directory. This is an optional process.