-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notes for future windows install setup #74
Comments
First of all, let me thank you for these notes (and all the other issues you opened!), this is amazing work and I'm grateful. It's true I have a TODO for choco in the docs, the reason is that I hoped someone would try this out so I'd have the chance to start a conversation around windows support. The problem is that I have never had a windows machine in my entire life so I have no idea about windows setups for developers, in fact I barely understand your suggestions there. Of course, I really want to support windows for the "getting started experience" (meaning, I'd exclude any production env... I'm not sure that's even a thing) but it definitely can't do this alone because I don't have the content or the understanding for leading this. Short term, what I'm thinking is to leave this open and link it from the docs (I will take care of this right after I'm done commenting). The hope being someone will want to take care of this for TypeStream: docs, testing. I could do revamp the docs with your suggestions on my own but I don't feel comfortable with the idea I haven't tested them. Which makes me think: it's unclear to me if you managed to run TypeStream on windows or not? |
Thank you! I did manage to run it through WSL! I intend to try and see what happens from native Windows sometime soon. I agree that Windows installs would typically be non-production/for-development-purposes. If I get more comfortable with all this I might try and help more with the docs. |
hey so i see you have a todo for using
choco
. this should work fine, i might suggestscoop
orwinget
but any of those would do.after that though, you'd need to setup docker etc, it might be easier to use wsl 2.0 as a requirement and then have a setup like so
prerequisites:
and then maybe offer a single path to achieve setup. i use docker desktop but i imagine you'd want to suggest podman or rancher but say that any of them should work. (docker licensing, etc)
new users to docker would benefit more from docker/rancher desktop. (docker will cause businesses especially enterprise heartburn though.)
the simplicity of your windows setup might benefit from podman, though i've had more user issues spawned from local podman setups and rancher has mostly just worked.
some notes:
$PSVersionTable
output when debugging so that you know what you're dealing with powershell wise.The text was updated successfully, but these errors were encountered: