Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
start editing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybratus committed Mar 28, 2015
1 parent 85afeca commit ef19241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/fusepoolP3/p3-batchrefine.svg?branch=master)](https://travis-ci.org/fusepoolP3/p3-batchrefine)
BatchRefine
# BatchRefine [![Build Status](https://travis-ci.org/fusepoolP3/p3-batchrefine.svg?branch=master)](https://travis-ci.org/fusepoolP3/p3-batchrefine)

===========

BatchRefine is an effort to run [OpenRefine](http://openrefine.org)
Expand All @@ -11,7 +11,7 @@ effectively in batch workloads and ETL pipelines. Goals include:

This is a work in progress, and so is this documentation.

Basics
Introduction
------

BatchRefine currently works by providing a collection of wrappers
Expand Down
3 changes: 2 additions & 1 deletion docker/internal/p3-transformer-start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

set -eo pipefail
BATCHREFINE_ROOT=/home/user/code/batchrefine

# Start OpenRefine using the supervisor daemon
echo "starting supervisor"
supervisord -c /home/user/supervisor/supervisord.conf

Expand Down

0 comments on commit ef19241

Please sign in to comment.