Installing OpenRefine

Slides:



Advertisements
Similar presentations
B: STUDENT DRIVE MOVE INSTRUCTIONS. Using Internet Explorer: From your computers desktop, double click on the Internet Explorer icon. (Internet Explorer.
Advertisements

Java Development Kit Installation Guide Sun Microsystems.
ComfortLink™ II Control. ComfortLink™ II Smart Control This is not just a thermostat. It’s an energy command center. Trane ComfortLink™ II is an easy-to-use,
Google chrome operating system
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Kaitlin Moran Software Brief. What is picnik? Picnik is a free program that allows you to create your photos into a master piece, through a variety of.
DT211/3 Internet Application Development Web Servers.
CS 2511 Fall  Windows:  Start->Specialized Academic Software- >Programming Languages->NetBeans->NetBeans IDE x.y.z  where x.y.z is a version.
How to install Java CSC 2310 D M Rasanjalee. Steps 1.Download Java 2.Install Java 3.Update Path environmental variable 4.Verify Installation.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Installing Tomcat on Windows  You may find the Tomcat install shield has some problems recognizing JSDK 1.4 beta installations.  You.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
1 Mapping a Drive on the USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
BROWSERS & BROWSING What, Which & Why. WHAT IS A BROWSER? Once you have an Internet connection, some programs access the internet automatically to operate.
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
November 2014Prepared by the Computer Lab Montgomery County-Norristown Public Library.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
MIS Week 5 Site:
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
WRF Domain Wizard A tool for the WRF Preprocessing System Jeff Smith Paula McCaslin July 17, 2008.
Drexel University Software Engineering Research Group 1 Eclipse for SE101.
IntroductionSlide #1 Stanford Math Professional Development: Technical Training © 2009 EPGY Stanford University.
Internet Vocabulary CTE Intro. URL  The “address” of a website. Entering this address in the Address Bar will take you directly to a particular website.
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
Selenium Web Test Tool Training Discover The Automating Power Of Selenium Author : Girija Prasad Panda Alcatel-Lucent.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Welcome to java installation. After download java software, assuming you downloaded jdk1.7.0_11 Follow the procedure bellow to install java.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
How to Install Eclipse Click hereClick here to download Eclipse.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
Access Code Registration Portals for
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
INTERNET APPLICATIONS CPIT405 Install a web server and analyze packets.
Operations Management - Problems Students cannot play HW Requirements Self-RegistrationSW requirements Upload by Paris SW Capacity Internet connection.
Getting Started with Dreamweaver
Tips for using Java with Internet Explorer
Development Environment
Partner Chat TROUBLESHOOTING TIPS FOR USING
Warm Handshake with Websites, Servers and Web Servers:
Auburn University COMP 2710 Software Construction xCode Development Environment for C++ Programming in Mac OS Dr. Xiao.
1. Environment Setting Minhaeng Lee.
Office 365/OneDrive Installation Guide.
How to Create a Blogger Using your Gmail Account
Producing Conservation Business Plans from Miradi
Using Various Internet Browsers
Lets get on to A+ from Home
Mendeley Download Instructions
Java Web Start The New Way to Open Oracle Financials Form Applications
What Is Google File Stream
Setting up Eclipse Locally
Getting Started with Dreamweaver
Cordova & Cordova Plugin Installation and Management
Mendeley Download Instructions
bitcurator-access-webtools Quick Start Guide
Windows Installation Tutorial
Review of Previous Lesson
MOBILE PROGRAMMING Meriska Defriani, S.Komp, M.Kom Introduction
Chloe Riley | Research Commons Librarian |
Presentation transcript:

Installing OpenRefine Support Group: https://groups.google.com/forum/#!forum/openrefine

Downloading OpenRefine http://openrefine.org/download.html From this page you can download OpenRefine 2.6 (beta) and Google Refine 2.5. I recommend using OpenRefine 2.6 (beta). Although it is a ‘beta’ version, it has been available for over 2 years and has proved to be reliable and stable during that time. This page also has links to a number of separately maintained ‘forks’ of OpenRefine. In particular ‘LODRefine’ has been a popular fork for libraries.

Before installing OpenRefine In order to use OpenRefine you need to have a “Java SE Runtime Environment” (or JRE) installed. You may already have this installed. Check if you have a JRE installed: Windows: Open a command (cmd) prompt (http://windows.microsoft.com/en-gb/windows-vista/open-a-command- prompt-window) Mac: Open a terminal window (https://www.youtube.com/watch?v=zw7Nd67_aFw) Linux: Open a terminal window Type “java -version”

Java Version You should see something like (versions maybe different but you should have 1.7 or 1.8 generally): java -version java version "1.7.0_11" Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)

Install Java http://java.com If you don’t have Java installed, you can download and install from: http://java.com

Java variables Sometimes you need to tell your computer where Java is installed in order for ‘java -version’ to work You can do this by setting the ‘JAVA_HOME’ variable, and making sure this is in your ‘PATH’ Some (very) brief instructions at https://docs.oracle.com/cd/E19182-01/820- 7851/inst_cli_jdk_javahome_t/ For Windows some better directions at https://confluence.atlassian.com/doc/setting-the- java_home-variable-in-windows-8895.html

Installing OpenRefine Once you have downloaded OpenRefine and have Java installed, you’ll want to install OpenRefine. On Windows this is slightly different to the usual software installation process: Mac: Use the installation tool Windows: Unzip/extract the downloaded files to where ever you want to install the s/w (this must be a folder on your local hard drive - OpenRefine doesn’t seem to react well to being on a network drive) Linux: Unzip/extract the downloaded files to where ever you want to install the s/w

Running OpenRefine Mac: Click the OpenRefine icon in your Applications folder (or elsewhere if you installed elsewhere) Windows: Navigate to the folder where you extracted OpenRefine, and click the ‘Refine.exe’ Linux: Navigate to the folder where you extracted OpenRefine in a terminal and type ‘./refine’

Using OpenRefine When you run OpenRefine it should open a browser window and show the OpenRefine interface. If this doesn’t happen, try opening a browser and going to: http://127.0.0.1:3333 OpenRefine doesn’t work well with Internet Explorer, so if the browser window that opens is IE (it will just use your default browser), open an alternative browser (e.g. Firefox, Chrome) and type the URL into that instead.