{# Copyright (C) 2019-2020 CERN. Copyright (C) 2019-2020 Northwestern University. Copyright (C) 2021 New York 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?") }}

{{ _("Configure") }}

{% trans configuration_link="https://inveniordm.docs.cern.ch/install/configuration/" %} 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 %}

{{ _("Customize") }}

{% trans configuration_link="https://inveniordm.docs.cern.ch/customize/" %} Customize the layout and adapt the styling to match your institution's. See how to do so here. {% endtrans %}

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

{% trans deployment_link="https://inveniordm.docs.cern.ch/install/build-setup-run/#run_1" %} Run your InvenioRDM instance locally or in containers. {% endtrans %}
{%- endblock first_section %} {%- endblock page_body %}