Apollo icon indicating copy to clipboard operation
Apollo copied to clipboard

Support for Windows as the Apollo host machine

Open andrewharmellaw opened this issue 9 years ago • 3 comments

Currently the main Apollo bootstrap scripts only work on Mac (and possibly Linux). It would be great to port them to work on Windows too. (Perhaps as .bat scripts, perhaps just as updates to the existing so they work in Cygwin / Git-Bash).

andrewharmellaw avatar Oct 14 '15 09:10 andrewharmellaw

One possible solution for this would be to embed the deployment process into a fat docker image, share the terraform.state files as volumes so then only dependency regarless the OS would be docker so https://www.docker.com/toolbox so to deploy it would something like docker run -v terraform:terraform capgemini/apollo-deploy

enxebre avatar Oct 14 '15 09:10 enxebre

nice. I have docker already too.

andrewharmellaw avatar Oct 14 '15 11:10 andrewharmellaw

I can help / test if folks want.

andrewharmellaw avatar Oct 14 '15 11:10 andrewharmellaw