Skip to content

CERNDocumentServer/cds-migrator-kit

Repository files navigation

cds-migrator-kit

Installation

Default Installation (without RDM or Videos)

To install the package without RDM or videos, run:

pip install .

Installation for RDM

To install the package with RDM, run:

pip install ".[rdm]"

To see available RDM commands, run:

invenio migration --help

Installation for Videos

To install the package with cds-videos, run:

pip install ".[videos]"

To see available videos commands, run:

invenio migration videos --help

Running Tests Locally

For RDM

Install rdm and test dependencies:

pip install ".[rdm,tests]"

Run the tests with ignoring cds-videos tests:

./run-tests.sh rdm

For Videos

Install videos and test dependencies:

pip install ".[videos,tests]"

Run the video tests:

./run-tests.sh videos

To run the interface:

gunicorn -b :8080 --timeout 120 --graceful-timeout 60 cds_migrator_kit.app:app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages