bbc/rd-docker-openrefine

Name: rd-docker-openrefine

Owner: BBC

Description: Docker repo for OpenRefine + RDF Extension

Forked from: SpazioDati/docker-openrefine

Created: 2016-11-10 16:32:06.0

Updated: 2016-11-11 17:06:50.0

Pushed: 2016-11-11 16:58:56.0

Homepage:

Size: 14

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker-openrefine

A Dockerfile setting up OpenRefine 2.6 RC2 with v0.9.0 Alpha of the DERI RDF extension. This is an experimental configuration that works; after these releases in 2014 work on the RDF plugin ceased.

Usage

Build:

docker build -t openrefine .

Run (and show on port 80)

docker run -p 80:3333 openrefine

If you want refine projects to be persistent, you must mount /mnt/refine as follows:

docker run -p 80:3333 -v /path-to-host:/mnt/refine openrefine

You can also increase the max size of the heap, by specifying the REFINE_MEMORY environment variable:

docker run -p 80:3333 -e REFINE_MEMORY=24G openrefine
Proxies

This repository has hardcoded proxy config for usage inside the BBC R&D LAN. Remove the line beginning ENV http_proxy... to remedy this. Searching for a neater solution…

Credit

This is a modified fork of https://www.github.com/spaziodati/grefine-rdf-extension. PRs, tips, etc appreciated!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.