Commit d00d5b7 1 parent 989b92e commit d00d5b7 Copy full SHA for d00d5b7
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ invenio fixtures importorganisations organisations-members-locations.json
50
50
# create the bib records
51
51
dojson -i documents.json reverse schema http://ils.test.rero.ch/schema/documents/book-v0.0.1.json | invenio records create --pid-minter document_id
52
52
invenio index reindex --yes-i-know --pid-type doc
53
- invenio index run -d - c 4
53
+ invenio index run -c 4
54
54
55
55
invenio fixtures createitems -R
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ invenio fixtures importorganisations $VIRTUAL_ENV/src/reroils-data/data/organisa
56
56
# create the bib records
57
57
dojson -i $VIRTUAL_ENV /src/reroils-data/data/10k_2017_11_10.json reverse schema http://ils.test.rero.ch/schema/documents/book-v0.0.1.json | invenio records create --pid-minter document_id
58
58
invenio index reindex --yes-i-know --pid-type doc
59
- invenio index run -d - c 4
59
+ invenio index run -c 4
60
60
61
61
# create items
62
62
invenio fixtures createitems -c 1000 -R
You can’t perform that action at this time.
0 commit comments