File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ https://www.python.org/downloads/release/python-2718/
15151 . Open command line interface
16162 . Navigate to file directory location for the ` fast-reconcile ` repository files on your local machine: ` cd c:\path\to\fast-reconcile `
17173 . 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 ` )
242511 . Select ` Fast Reconciliation Service ` from options in the left-hand ` Services ` column of pop-up window
252612 . Select reconciliation parameters and preferences (e.g., entity types, details from other columns)
262713 . Click ` Start Reconciling... ` button to begin reconciliation
You can’t perform that action at this time.
0 commit comments