Skip to content
Snippets Groups Projects
Verified Commit b580fed6 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

doc: correct README on import and fix import script. closes #180

parent 46c64ecf
No related branches found
No related tags found
No related merge requests found
Pipeline #379624 passed
......@@ -58,7 +58,7 @@ To import catalogs look at <https://github.com/rdmorganiser/rdmo-catalog/blob/ma
The catalogs are already downloaded to `/rdmo-catalog/` so they may be imported like
docker exec plan_django_1 python3 manage.py /rdmo-catalog/rdmorganiser/domain/rdmo.xml
docker exec plan_django_1 python3 manage.py import /rdmo-catalog/rdmorganiser/domain/rdmo.xml
...
There is a convenience script for the initial import [included](/compose/django/maintenance/import_catalogs)
......
......@@ -16,7 +16,8 @@ declare -a infiles=(
"$RDMO_CATALOGDIR/questions/rdmo.xml"
"$RDMO_CATALOGDIR/questions/dcc.xml"
"$RDMO_CATALOGDIR/tasks/rdmo.xml"
"$RDMO_CATALOGDIR/views/costs.xml"
"$RDMO_CATALOGDIR/views/costs-de.xml"
"$RDMO_CATALOGDIR/views/costs-en.xml"
"$RDMO_CATALOGDIR/views/dmponline.xml"
"$RDMO_CATALOGDIR/views/dmptool.xml"
"$RDMO_CATALOGDIR/views/horizon2020.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment