bwl21 / wortsammler

an environment to manage comprehensive audience specific documentation and requirements tracing (based on pandoc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve installation of prerequistes

bwl21 opened this issue · comments

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 . 

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