File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ Upload the locally-modified file into your instance:
80
80
.. code-block :: console
81
81
82
82
$ docker exec -i -t opendatacernch-web-1 cernopendata fixtures records \
83
- --mode insert-or-replace \
84
83
-f /content/data/records/cms-primary-datasets.json
85
84
86
85
You can then check your changes at `http://127.0.0.1:500
@@ -93,7 +92,7 @@ all experiment records locally, for example for ATLAS:
93
92
94
93
$ for file in data/records/atlas-*; do \
95
94
docker exec -i -t opendatacernch-web-1 cernopendata fixtures records \
96
- --mode insert-or-replace -f $file; \
95
+ $file; \
97
96
done
98
97
99
98
Understanding metadata fields
@@ -152,8 +151,7 @@ Upload the locally-modified file into your instance:
152
151
.. code-block :: console
153
152
154
153
$ docker exec -i -t opendatacernch-web-1 cernopendata fixtures docs \
155
- --mode insert-or-replace \
156
- -f data/docs/lhcb-about/lhcb-about.json
154
+ -f /content/data/docs/lhcb-about/lhcb-about.json
157
155
158
156
Note that, similarly as for records, we are uploading document JSON files,
159
157
using the `fixtures docs ` command. Even if you would like to change only the
You can’t perform that action at this time.
0 commit comments