Open traverseda opened 7 years ago
Maybe we can use Docker and a docker-compose.yml
file for improving platform compatibility and setup?
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: https://github.com/boskee/Minecraft/issues/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.