This Cookiecutter template is designed to help you to bootstrap an InvenioRDM instance. It is used under the hood by invenio-cli, the command line tool to install InvenioRDM, so under normal circumstances you should not have to use this directly. Please follow the InvenioRDM installation documentation at https://inveniordm.docs.cern.ch/install/ instead.
If for some reason you want to run this manually nevertheless, follow the instuctions below.
Install the latest Cookiecutter if you haven't installed it yet:
pip install -U cookiecutter
Generate your InvenioRDM files:
cookiecutter https://github.com/inveniosoftware/cookiecutter-invenio-rdm.git -c <version>
Replace <version>
by the tag in this repository corresponding to the version of InvenioRDM you are targeting.