Skip to content

zzacharo/cds-rdm

This branch is 1 commit ahead of, 28 commits behind CERNDocumentServer/cds-rdm:master.

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDS-RDM

The CDS-RDM instance based on InvenioRDM.

Update dependencies before deployment

To update dependencies before deployment, 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

About

CDS demo site on top InvenioRDM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%