-
Notifications
You must be signed in to change notification settings - Fork 96
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
Depend on redis? (if you use a non-unix platform, please give this a read) #90
Comments
Maybe we can use Docker and a |
I feel like "run it in a linux VM" is a poor solutions to windows installs. |
How else would you support linux software running in non-linux environments? I feel like running it within a container is the modern answer to that question. |
The linux subsystem for windows. Cygwin. Compiling the tooling properly for the platform (redis is pretty cross-platform). |
It looks like the solutions to this is simply to include a redis build in our python-wheel. I was overthinking it a lot, this is what I get for not keeping up with packaging standards. |
how about socket? |
example here: boskee/Minecraft#70 |
We would like to do the client-server thing. Redis is likely to make that easier, but for the time being is going to make deployment on platforms other than linux harder.
Personally? I'd probably just accept that. But I'd like to get some feedback from the community first.
The text was updated successfully, but these errors were encountered: