You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ You'll then need to deploy the configuration (see Deployment, above)
43
43
44
44
Ensure that `MARKLOGIC_HOST` in `.env` in the editor and public ui is set to `host.docker.internal` in `.env` and that the username and password are both `admin` if you want to use them with the local instance.
45
45
46
-
### 4. (Optional) Populate data in the local database
46
+
### 4. (Optional) Populate test fixtures in the local database
47
47
48
-
To get some example documents onto the local database, there are `development_scripts/populate_top_judgments_and_neighbours.py` and `development_scripts/populate_from_caselaw.py` which copy documents from the live caselaw site (they don't import or fake properties) into your local database. (Check https://caselaw.nationalarchives.gov.uk/terms-of-use and get in touch if you intend to download many more than these.)
48
+
To load test fixtures, run `development_scripts/populate_from_caselaw.py`. This will load a variety of documents.
49
49
50
50
There are also other ways other importing data as detailed further down the readme but haven't been tested for a while.
0 commit comments