Available at https://inveniordm.web.cern.ch.
Further documentation on InvenioRDM available at http://inveniordm.docs.cern.ch.
To setup the instance locally:
pip install invenio-cli
invenio-cli check-requirements --development
invenio-cli install
invenio-cli services setup
invenio-cli run
See the InvenioRDM Documentation for further installation options.
To update dependencies you need to run pipenv lock
in the target deployment
environment:
# Run the container with x86_64 architecture
docker run -it --platform="linux/amd64" --rm -v $(pwd):/app \
registry.cern.ch/inveniosoftware/almalinux:1
# Inside the container update the Pipfile.lock
[root@3954486e4a37]# cd /app
[root@3954486e4a37]# pipenv lock