Skip to content

kpsherva/cds-rdm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages

  • Python 32.9%
  • Jinja 32.5%
  • JavaScript 16.5%
  • HTML 13.4%
  • Less 2.6%
  • Shell 1.1%
  • Dockerfile 1.0%