Customize InvenioRDM¶
Intended audience
This guide is intended for system administrators and developers that need to customize their InvenioRDM instance, so that it integrates into their organizational environment.
Customization hierarchy¶
To help you understand customization and use the appropriate methods, keep in mind the following hierarchy of customization. This hierarchy lists the customization approaches from "least involved, most well-supported, and least flexible" to "most involved, least supported, and most flexible" -from the shallow-end of the pool to the deep-end.
- Set configuration values -- least effort, most limited.
- Create and place files in expected locations.
- Install modules (and set their configuration values).
- Create your own modules and install them.
- Make contributions to core modules.
- Strike out on your own and fork modules (you do you!) -- most effort, least limited.
We recommend you exhaust the capacities of an approach before you reach out for a more involved one (e.g., don't create an extension to change the logo).
In the following sections, we cover customization opportunities that InvenioRDM provides. These span the gamut of level 1 to 4.
Overview¶
- Look-and-feel - change the appearance of InvenioRDM to match your institution.
- DOI registration - mint DOIs with your institution's prefix.
- Authentication - integrate with your institutional authentication system.
- Sending emails - integrate with your institutional email system.
- Record landing page sections - customize sections of the record landing page.
- S3 Storage - configure s3 as storage.
- Upload Limits - Set limits on file uploads for records.
- Vocabularies - use custom controlled vocabularies, default users and other institution specific data.
- Internationalisation (i18n) and Localisation (l10n)
- Notifications - customize content, recipients and backends of notifications