{#
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 head_links %}
{{ super() }}
{%- endblock head_links %}
{%- block css %}
{{ super() }}
{{ webpack['invenio-app-rdm-theme.css']}}
{%-endblock css %}
{%- 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
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.
2
Customize
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.
3
Deploy it!
Use the Helm charts to deploy your InvenioRDM instance. You can use the Helm chart to deploy in OpenShift.