Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack-83 authored Apr 25, 2024
1 parent 4c348c4 commit d9dfe06
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions rdmorganiser/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
RDMO catalog
============

This repository contains the content for [RDMO](https://github.com/rdmorganiser/rdmo) prepared by the [RDMO-Project](https://rdmorganiser.github.io).
This folder contains the content for [RDMO](https://github.com/rdmorganiser/rdmo) curated by the [RDMO-Project](https://rdmorganiser.github.io).

To install the catalog into a freshly installed instance of RDMO, use
Install content
---------------

The RDMO content objects (catalogs, attributes, options, conditions, views, tasks) depend on each other, as shown in the [documentation](https://rdmo.readthedocs.io/en/latest/management/data-model.html).

In particular, the installation of question catalogues requires the newest version of attributes, optionsets and conditions.

Therefore we suggest this sequence to install content in a RDMO instance:

```
./manage.py import /path/to/domain/rdmo.xml
./manage.py import /path/to/conditions/rdmo.xml # yes, again
./manage.py import /path/to/options/rdmo.xml
./manage.py import /path/to/conditions/rdmo.xml # yes, again
./manage.py import /path/to/questions/rdmo.xml
./manage.py import /path/to/tasks/rdmo.xml
./manage.py import /path/to/views/rdmo.xml
./manage.py import /path/to/conditions/rdmo.xml
./manage.py import /path/to/questions/<chosen_catalog>.xml
./manage.py import /path/to/tasks/<chosen_task>.xml
./manage.py import /path/to/views/<chosen_view>.xml
```

Use the same order when importing over the RDMO web interface.
Expand Down

0 comments on commit d9dfe06

Please sign in to comment.