The CDS-RDM instance based on InvenioRDM.
Install uv, and then run the following commands:
uv tool install invenio-cli
invenio-cli check-requirements --development
invenio-cli install
invenio-cli services setup
invenio-cli runNow visit https://127.0.0.1:5000.
pipenv run invenio users create admin@demo.org --password 123456 --active --confirm
# grant superadmin access to a user
pipenv run invenio access allow superuser-access user admin@demo.org
To update dependencies before deployment, run:
- Run
invenio-cli packages lock - Commit the updated
uv.lock