Skip to content

CERNDocumentServer/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.

Install

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 run

Now visit https://127.0.0.1:5000.

Create demo users

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

Deployment

Update dependencies before deployment

To update dependencies before deployment, run:

  1. Run invenio-cli packages lock
  2. Commit the updated uv.lock

About

New CDS site based on InvenioRDM

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 13