bwl21/wortsammler

improve installation of prerequistes

bwl21 opened this issue · 2 comments

bwl21 commented

request

installation of wortsammler is easy, but Installation of prerequisites is not ..., in particular on Windows

Solution approach

provide a big zip file

  1. provide bit ZIP.File with everything for windows

provide an installation script to be installed with git bash

containerize Wortsammler

  1. create docker-composition or even a kubernetes definition to install
  • ruby
  • wortsammler
  • pandoc
  • latex

then can run

wortsammler -pi readme.md -f pdf:docx:html -o. 
docker run wortsammler -v .:/var/wsproject -it wortsammler -pi readme.md -f pdf:docx:html -o . 
bwl21 commented

@32leaves could you please have a loook intot this and comment the docker option