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

Commit

Permalink
docker for new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybratus committed Nov 30, 2015
1 parent dc3ca82 commit 07a2a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install-refine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -qq install ant && rm -Rf
mkdir /openrefine

# Download OpenRefine from gitub repository and compile
wget --no-check-certificate https://github.com/fusepoolP3/OpenRefine/releases/download/2.6-p3-beta/openrefine-linux-with-rdf.tar.gz && \
wget --no-check-certificate https://github.com/fusepoolP3/OpenRefine/releases/download/2.6-p3/openrefine-linux-with-rdf.tar.gz && \
tar xzvf openrefine-linux-with-rdf.tar.gz; rm openrefine-linux-with-rdf.tar.gz

mv openrefine-with-rdf/* /openrefine; rm -rf openrefine-with-rdf
Expand Down

0 comments on commit 07a2a1f

Please sign in to comment.