Skip to content
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

Windows #24

Open
RicardP opened this issue Mar 1, 2020 · 1 comment
Open

Windows #24

RicardP opened this issue Mar 1, 2020 · 1 comment

Comments

@RicardP
Copy link

RicardP commented Mar 1, 2020

Hi,

As it is a Python plugin it is not by default nonsupporting Windows, I run other Python plugins on my Win-Domoticz setup. Or what would basically be needed to get it running on Windows platform?
I did not try it on Windows but as it is stated not supported... :)

Thanks!

@ycahome
Copy link
Owner

ycahome commented Mar 1, 2020

Hello RicardP.

This plugin utilize linux "git tools" in order to clone git plugins from their author's repositories.
So all details (target paths, tools binaries etc) are linux like.

In order to port it to windows, we should perform the addition of all the related code with windows details

  • paths like "C:\Program Files...\plugins" instead of "/plugins/"
  • binaries relative to "/usr/bin/git clone -b" , "/usr/bin/git reset --hard HEAD" etc.

unfortunately i don't have a windows installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants