Skip to content

Commit 729740f

Browse files
authored
Update FAST_reconciliation_setup.md
Added new steps to solve error message resulting from local URL when attempting to add the standard service in OpenRefine.
1 parent 6bfab7a commit 729740f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

‎FAST_reconciliation_setup.md‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ https://www.python.org/downloads/release/python-2718/
1515
1. Open command line interface
1616
2. Navigate to file directory location for the `fast-reconcile` repository files on your local machine: `cd c:\path\to\fast-reconcile`
1717
3. Install requirements: `pip2.7 install -r requirements.txt`
18-
4. Run and debug reconcile.py: `python reconcile.py --debug`
19-
5. Open/Run OpenRefine
20-
6. Click on down arrow of column to be reconciled
21-
7. From drop-down menu, choose `Reconcile` -> `Start reconciling`
22-
8. In the reconciliation service pop-up window, click the `Add Standard Service...` button
23-
9. Enter URL for the reconciliation service running locally (should run at `http://0.0.0.0:5000/`)
18+
4. Edit the file 'reconcile.py' by changing the last line (line #235) to read: 'app.run(host='localhost', port='5432')'
19+
5. Run and debug reconcile.py: `python reconcile.py --debug`
20+
6. Open/Run OpenRefine
21+
7. Click on down arrow of column to be reconciled
22+
8. From drop-down menu, choose `Reconcile` -> `Start reconciling`
23+
9. In the reconciliation service pop-up window, click the `Add Standard Service...` button
24+
10. Enter URL for the reconciliation service running locally (should run at `http://localhost:5432/reconcile`)
2425
11. Select `Fast Reconciliation Service` from options in the left-hand `Services` column of pop-up window
2526
12. Select reconciliation parameters and preferences (e.g., entity types, details from other columns)
2627
13. Click `Start Reconciling...` button to begin reconciliation

0 commit comments

Comments
 (0)