--
You received this message because you are subscribed to the Google Groups "OpenRefine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
OpenRefine's IP address and Port can be configured in the refine.ini file (or on the command line with its -h options)If you are looking to have Remote access where you are hosting a Refine server and need a security layer, then this email thread should get you started: https://groups.google.com/forum/#!topic/openrefine/C5mGef-pWd8
In Linux,
./refine -i 0.0.0.0
In windows,
refine /i 0.0.0.0
After this, find out your machine's ip address on your local network (lan or wifi, both are ok).
Windows : ipconfig /all (it'll be something like 192.168.1.2 for normal routers; office routers may assign other kinds of addresses)
Linux: ifconfig is the command. You may have to install it first by : sudo apt install ifconfig .
More info here: https://github.com/OpenRefine/OpenRefine/wiki/FAQ#how-do-i-change-the-ip-address-that-openrefine-uses
You can also permanently set this in openrefine.ini file. Open it in a simple text editor (like Notepad). Removing the commenting # and changing the value on this line:
#REFINE_HOST=127.0.0.1
change it to:
REFINE_HOST=0.0.0.0
And save and close the openrefine.ini
Note: windows users, after changing openrefine.ini you have to run refine.bat , not the .exe file.
I'm going to do a hackathon session on this, was looking for ways to run it on my laptop and have everyone else open it on browser. I understand Tom's note on multiple people : we have to ensure that different people don't operate on the same words etc, and also after doing a file-wide edit like trimming spaces it's better to have everyone re-enter the facets etc.
- Nikhil VJ
Pune, India