{# Copyright (C) 2019-2020 CERN. Copyright (C) 2019-2020 Northwestern University. Invenio App RDM is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends "invenio_theme/frontpage.html" %} {%- block page_header %} {%- include "invenio_app_rdm/header_frontpage.html" %} {%- endblock page_header %} {%- block page_body %} {%- block first_section%}
{{ _("You've successfully installed InvenioRDM! What is ahead?") }}
1

{{ _("Configure") }}

{% trans configuration_link="https://inveniordm.docs.cern.ch/develop/make_it_your_own/" %}Configure the datamodel, resource types, permissions and much more to make it suit your needs! For more information on how to do it visit the configuration section in the docs.{% endtrans %}
2

{{ _("Customize") }}

{% trans configuration_link="https://inveniordm.docs.cern.ch/develop/make_it_your_own/", extensions_link="https://inveniordm.docs.cern.ch/extensions/", custom_extension_link="https://inveniordm.docs.cern.ch/extensions/custom/" %}Customize the layout and adapt the styling to match your institution's. See how to do so here. You can also add new functionality using supported plugins, or writing your own.{% endtrans %}
3

{{ _("Deploy it!") }}

{% trans deployment_link="https://inveniordm.docs.cern.ch/deployment/" %}Use the Helm charts to deploy your InvenioRDM instance. You can use the Helm chart to deploy in OpenShift.{% endtrans %}
{%- endblock first_section%} {%- block second_section%}
{{ _("Brought to you by") }}
{%- endblock second_section%} {%- endblock page_body%}