Earlier quoted context omitted.
Yep! I just wasn't willing to run "curl ... | bash" on a corporate computer to install markdeck. I made a note to circle back to it, I still want to try it, the slides look slicker than those generated by pandoc with beamer which is what I use now to generate PDF presentations. my first choice was GitPitch but rendering PDFs doesn't work without using their web service and this content has got to stay on the private…
So how would you like to install such a tool on a corporate device? Is docker an option In your case? Is downloading and reviewing the scaffold script sufficient (before actually starting it)?
Show HN: Markdeck – author cool slides, text-only, offline-ready, collaborative
91–94 of 94 posts
Re: Show HN: Markdeck – author cool slides, text-only, offline-ready, collaborative
#92Earlier quoted context omitted.
So how would you like to install such a tool on a corporate device? Is docker an option In your case? Is downloading and reviewing the scaffold script sufficient (before actually starting it)?
yeah, that would be fine -- what stopped me actually (now that I'm circling back to it) was the requirement for docker-compose which my sandbox VM didn't have. and still doesn't (some dependency is broken). sigh. that's all the time I have for it now.
Re: Show HN: Markdeck – author cool slides, text-only, offline-ready, collaborative
#93Earlier quoted context omitted.
you could squash those commits, but i agree it would be better not to have them. can you commit with --amend instead to avoid creating new commits every time?
That wouldnt help, I am afraid: the web hook of gitpitch starts on push to the github repo, so you _really have_ to push your change...
Re: Show HN: Markdeck – author cool slides, text-only, offline-ready, collaborative
#94Earlier quoted context omitted.
yeah, that would be fine -- what stopped me actually (now that I'm circling back to it) was the requirement for docker-compose which my sandbox VM didn't have. and still doesn't (some dependency is broken). sigh. that's all the time I have for it now.
I actually narrowed it down a bit further and reached out to someone internally that can help me work through this. thanks!
ERROR: Version in "./docker-compose.yaml" is unsupported. ... specify a version of "2" (or "2.0") ...
markdeck uses version 3.2
I guess it's time to finally upgrade to Ubuntu 18 LTS. I just needed a reason. =)