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