We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew install bash jq
The text was updated successfully, but these errors were encountered:
opencultureconsulting/openrefine-client#22 and opencultureconsulting/openrefine-client#19
Sorry, something went wrong.
@felixlohmeier: could it be possible to install orcli from brew?
Regards, Antoine
I did some tests today with homebrew. The following commands will install the linux version of OpenRefine and orcli into the current directory.
brew install wget bash jq openjdk sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk wget -q -O openrefine.tar.gz https://github.com/OpenRefine/OpenRefine/releases/download/3.7.6/openrefine-linux-3.7.6.tar.gz tar --exclude 'licenses' --exclude 'LICENSE.txt' --exclude 'licenses.xml' --exclude 'README.md' -xzf openrefine.tar.gz --strip 1 rm openrefine.tar.gz wget https://github.com/opencultureconsulting/orcli/raw/main/orcli chmod +x orcli
Small adjustments for macOS:
touch ~/.bashrc sed -i -e 's/readlink -e/readlink -f/g' orcli
... but still some failed tests (sed invalid command code f, ps illegal option -- -, ...).
felixlohmeier
No branches or pull requests
The text was updated successfully, but these errors were encountered: