From 0e5187cff5b1e8e55164bfbc8d4c1110e23a02d0 Mon Sep 17 00:00:00 2001 From: Giacomo Lanza <37865804+Zack-83@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:53:30 +0200 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5d1392cc..6371e29a 100644 --- a/README.md +++ b/README.md @@ -26,27 +26,26 @@ Therefore we suggest this sequence to install content in a RDMO instance: ## Via the RDMO web interface -Management --> Attributes --> Import .xml -Management --> Conditions --> Import .xml -Management --> Option sets --> Import .xml -Management --> Conditions --> Import .xml # yes, again -Management --> Questions --> Import .xml -Management --> Tasks --> Import .xml -Management --> Views --> Import .xml +Management --> Attributes --> Import .xml +Management --> Conditions --> Import .xml +Management --> Option sets --> Import .xml +Management --> Conditions --> Import .xml # yes, again +Management --> Questions --> Import .xml +Management --> Tasks --> Import .xml +Management --> Views --> Import .xml REMARK: If the chosen catalog is available as a **full XML**, it already includes the necessary attributes, conditions and options. ## Via a Python script ```python -./manage.py import //rdmo.xml -./manage.py import //rdmo.xml -./manage.py import //rdmo.xml -./manage.py import //rdmo.xml # yes, again -./manage.py import //.xml -./manage.py import //.xml -./manage.py import //.xml -``` +./manage.py import /path/to/domain/.xml +./manage.py import /path/to/conditions/.xml +./manage.py import /path/to/options/.xml +./manage.py import /path/to/conditions/.xml # yes, again +./manage.py import /path/to/questions/.xml +./manage.py import /path/to/tasks>/.xml +./manage.py import /path/to/views>/.xml Use the same order when importing over the RDMO web interface.