tested on Fedora 32 with bash 5.0.17 and curl 7.69.1
- Clone this gist
git clone https://gist.github.com/d76bd27fbc4b8ab6d683822cdf61f81d.git bash-refine
| #!/bin/bash | |
| # demo script for using json in bash script | |
| # download links | |
| jq_url="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" | |
| client_url="https://github.com/opencultureconsulting/openrefine-client/releases/download/v0.3.8/openrefine-client_0-3-8_linux" | |
| openrefine_url="https://github.com/opencultureconsulting/OpenRefine/releases/download/2017-10-28-with-pr1294/openrefine-linux-2017-10-28-with-pr1294.tar.gz" | |
| # install jq | |
| if [ ! -f "jq" ]; then |
| gift | recipient | |
|---|---|---|
| lamp | mary | |
| clock | noël,sørina | |
| sweets | mary,noël | |
| wine | sørina,anonymous | |
| cheese | peter |
OpenRefine is intended to be installed locally as a desktop application. Due to the client-server architecture it is also possible to install OpenRefine on a web server to share it with multiple users. This can be useful despite the missing user administration, e.g. temporarily for a workshop or permanently in a protected network.
Can I somehow host OpenRefine for others to access ?
| name;beruf;ort | |
| J. Weizenbaum;Informatiker;Berlin | |
| Twain, Mark;Schriftsteller; | |
| Kumar, Lalit;; | |
| Jemand;; |