kolide / kolide-quickstart

[DEPRECATED] A quickstart demo for Kolide tools
https://kolide.com
MIT License
52 stars 19 forks source link

Windows support #3

Open groob opened 7 years ago

groob commented 7 years ago

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?

marpaia commented 7 years ago

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.

dhananjayve commented 6 years ago

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