Skip to content

front-matter/cookiecutter-invenio-rdm

 
 

Repository files navigation

Cookiecutter-Invenio-RDM

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.

Manual usage

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.

About

Cookiecutter template for a new InvenioRDM instance.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.5%
  • Dockerfile 12.2%
  • Python 7.1%
  • JavaScript 3.2%