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:
8080.. code-block :: console 
8181
8282   $ docker exec -i -t opendatacernch-web-1 cernopendata fixtures records \ 
83-         --mode insert-or-replace \ 
8483        -f /content/data/records/cms-primary-datasets.json 
8584
8685http://127.0.0.1:500 
@@ -93,7 +92,7 @@ all experiment records locally, for example for ATLAS:
9392
9493   $ for file in data/records/atlas-*; do \ 
9594       docker exec -i -t opendatacernch-web-1 cernopendata fixtures records \ 
96-            --mode insert-or-replace -f  $file; \ 
95+            $file; \ 
9796     done 
9897
9998
@@ -152,8 +151,7 @@ Upload the locally-modified file into your instance:
152151.. code-block :: console 
153152
154153   $ 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 
157155
158156
159157using 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