improve dev environment

This commit is contained in:
Felix Lohmeier 2022-04-12 17:56:22 +02:00
parent 6b390be1c2
commit 1ed9278e92
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# https://gitpod.io/#https://github.com/opencultureconsulting/orcli
tasks:
- name: install bashly and OpenRefine
before: gem install --silent bashly
init: |
gem install --silent bashly
wget -q -O openrefine.tar.gz https://github.com/OpenRefine/OpenRefine/releases/download/3.5.2/openrefine-linux-3.5.2.tar.gz
tar --exclude 'licenses' --exclude 'LICENSE.txt' --exclude 'README.md' -xzf openrefine.tar.gz --strip 1
rm openrefine.tar.gz
command: ./refine
ports:
- port: 3333