To install the package without RDM or videos, run:
pip install .To install the package with RDM, run:
pip install -e ".[rdm]"To see available RDM commands, run:
invenio migration --helpTo install the package with cds-videos, run:
pip install ".[videos]"To see available videos commands, run:
invenio migration videos --helpInstall rdm and test dependencies:
pip install -e ".[rdm,tests]"Run the rdm tests:
./run-tests.sh rdmInstall videos and test dependencies:
pip install ".[videos,tests]"Run the video tests:
./run-tests.sh videosgunicorn -b :8080 --timeout 120 --graceful-timeout 60 cds_migrator_kit.app:app