-
Notifications
You must be signed in to change notification settings - Fork 2
Vagrant / Linux VirtualBox for Windows users #4
Comments
Is Docker and Docker for Windows another option here? |
Is there a particular reason why windows is 100% not an option? If its just for bash, you can enable bash on windows 10 now. If we're dead set on a unix env, it would probably be easiest to have a ready to use vm on a usb they can just copy and use. |
AFAIK, Bash on Windows 10 has a few prerequisite and it's not as easy as flipping a checkbox. I'm thinking more on the lines of having everything baked into the image, i.e. Atom with proper packages, git config, docker daemon etc. All the students have to do is spin up VirtualBox and they're good to go. I would also use Docker in conjunction with the VM. Our Docker image would have the proper Node version and dependencies baked in. Now obviously we can ask the students to use the git terminal like we have for the previous few sessions but in my experience the cygwin wrapper is not very performant. |
For simplicity my vote is to either:
We've used vmware/virtual box images in the past and the biggest issue has been confusion about keyboard shortcuts which is much less of a headache than having a student still without a dev environment in week 3. |
Note: Git bash in Windows is surprisingly compatible with our current app. Even the My suspicion is that if we can get rid of native dependencies (like phantomjs, and lib-sass), and get participants to use git bash as their shell, then we shouldn't have too many issues. |
Let's finish milestone 1 and see how hard it is to setup on a Windows machine. We can retrofit the VM later if we really need it. A VM would be great though because it'll avoid silly things like different end line characters. |
Make sure students with Windows machine always develop under a unix environment.
The text was updated successfully, but these errors were encountered: