arkanovicz commented on pull request #2: URL: https://github.com/apache/velocity-site/pull/2#issuecomment-768201338
Here is [a patched version](https://gist.github.com/arkanovicz/acf7c1249437e701f586a2773ac74f62) of the apache-cms' markdown daemon which produces some log in `/tmp/markdown.debug.log` and `/tmp/markdown.error.log`. You can even log everything received and sent by uncommenting logging lines within it (I did what I could, I'm no python expert either). It doesn't daemonize itself, so use something like `kill $(pidof markdown-debug.py)` from another console to stop it. I hope it can help you identify the error. Which parts aren't generated? I think the best way to go would be to be able to produce a Dockerfile running the markdown daemon. Then a single script shell could generate the site, that would even run on windows. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org