From reading some threads, it seems that some have been successful in getting Dataverse to run from a Windows machine but I have had no luck. I tried WSL2 and Docker and the bottleneck for me are the systemd calls, which WSL2 does not readily support (some claim to get it working but I have yet to find a working example). I tried the
Systemd integration example at [
https://hub.docker.com/r/rockylinux/rockylinux] with no luck but they did not mention the OS distro or shell they were using to execute the commands.
Do any of the Windows developers have scripts to spin up a Dataverse instance they would be willing to share? I have tried everything from Ansible to Docker but they all fail when they hit anything involving systemd. I am guessing there are some additional setup assumptions that are missing from the documentation.
thank you