mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 13:16:03 -04:00
Windows support? #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kevon217 on GitHub (Aug 4, 2023).
In your README, it says the setup procedure will not work on Windows. Does that mean this only works on Mac OS for now?
@timothycarambat commented on GitHub (Aug 4, 2023):
It will only work on Windows when you run in docker. If you try to spin this up in development mode on your host machine you will likely run into issues setting up Python and such. You absolutely can run this in Windows but that text in the Readme is present so that the issue log isn't just a bunch of issue with Windows users trying to run it and having permission/install/WSL issues that arent core to the product.
You are absolutely welcome to run it locally on Windows, its just untested.
@kevon217 commented on GitHub (Aug 4, 2023):
good to hear. thanks for the quick reply!