Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions DEVELOPING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Upload the locally-modified file into your instance:
.. code-block:: console

$ docker exec -i -t opendatacernch-web-1 cernopendata fixtures records \
--mode insert-or-replace \
-f /content/data/records/cms-primary-datasets.json

You can then check your changes at `http://127.0.0.1:500
Expand All @@ -93,7 +92,7 @@ all experiment records locally, for example for ATLAS:

$ for file in data/records/atlas-*; do \
docker exec -i -t opendatacernch-web-1 cernopendata fixtures records \
--mode insert-or-replace -f $file; \
$file; \
done

Understanding metadata fields
Expand Down Expand Up @@ -152,8 +151,7 @@ Upload the locally-modified file into your instance:
.. code-block:: console

$ docker exec -i -t opendatacernch-web-1 cernopendata fixtures docs \
--mode insert-or-replace \
-f data/docs/lhcb-about/lhcb-about.json
-f /content/data/docs/lhcb-about/lhcb-about.json

Note that, similarly as for records, we are uploading document JSON files,
using the `fixtures docs` command. Even if you would like to change only the
Expand Down