Skip to content

Instantly share code, notes, and snippets.

@evanwill
Last active March 29, 2021 10:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanwill/138ff4a31a4bfd61c5626e43bee22772 to your computer and use it in GitHub Desktop.
Save evanwill/138ff4a31a4bfd61c5626e43bee22772 to your computer and use it in GitHub Desktop.
installing OpenRefine on Mac

Install OpenRefine on Mac

Mac seems to have a few issues when trying to install OpenRefine. The official instructions are on the OpenRefine wiki, but this list brings together resources to trouble shoot some common issues.

  1. Open Refine needs Java JRE. OS X has a few issues with Java, many are documented at Oracle Java on Mac OS X. Older versions of Java are automatically disabled by OS X. Its best to go to the Java page and just download and install the most up-to-date version for Mac. If you try the rest of this install process and Refine still doesn't work, you may need the legacy Java from Apple.

  2. Download the .dmg version of the latest OpenRefine release, openrefine-mac-2.6-rc.2.dmg, from https://github.com/OpenRefine/OpenRefine/releases

  3. Install by opening the .dmg and dragging the OpenRefine icon into the Applications folder icon. Older versions of Refine and/or OS X might prompt an error message: "Google Refine is damaged and can't be opened". This is due to OS X Gatekeeper misidentifying Refine. You need to change a setting, in Apple menu > System Preferences... > Security & Privacy > General tab > "Allow applications downloaded from:" > change to "Anywhere".

  4. Run by double clicking on the OpenRefine icon in he Applications folder. OpenRefine icon should appear in your dock, and a browser window should automatically open. However, sometimes a browser window does not automatically open. Then manually navigate to http://localhost:3333/ or http://127.0.0.1:3333/ to find the Refine interface.

  5. Shutdown by clicking the OpenRefine icon in the dock and then typing Command-Q.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment