kolide-quickstart icon indicating copy to clipboard operation
kolide-quickstart copied to clipboard

Windows support

Open groob opened this issue 7 years ago • 2 comments

With docker for windows being a thing, there's no reason we can't support this process on windows. We should make sure the demo can be spun up by a windows user.

@marpaia want to take this on?

groob avatar Feb 14 '17 13:02 groob

This would be tough because the crux of this tool is a /bin/bash script. If we used GNU Make instead of a shell script and tried to force ourselves to do nothing too complex / relying on shell commands, then we could try to support Windows equivalents for commands as they diverged. I don't know where this comes in on the juice squeeze ration though.

marpaia avatar Feb 14 '17 20:02 marpaia

Hello friends, I am too late to read this issue. You can run any Linux shell on windows 10. Please read this https://www.google.co.in/amp/s/www.howtogeek.com/265900/everything-you-can-do-with-windows-10s-new-bash-shell/amp/ So right now, you no need to convert all shell script into batch script. You can directly run this system on windows. I have not tried yet because our servers are Linux based, try and let me know

dhananjayve avatar Feb 07 '18 06:02 dhananjayve