thingsboard / rule-node-examples

Examples of custom Rule Nodes for ThingsBoard contribution guide
Apache License 2.0
14 stars 52 forks source link

How to use Rule Node Development in Windows10 #23

Open kiraten191010 opened 1 year ago

kiraten191010 commented 1 year ago

I have see the guide https://thingsboard.io/docs/user-guide/contribution/rule-node-development/#step-4-import-custom-rule-nodes-to-your-thingsboard-instance

but I can not find the path < /usr/share/thingsboard/extensions/ > at step 4.1 in windows10

ShvaykaD commented 11 months ago

Hi @kiraten191010,

Rule nodes development documentation, namely the part that describes how to import custom rule nodes to your ThingsBoard instance, assumed that ThingsBoard is installed as an Ubuntu service.

In the case of Windows installation, extensions should be located in the thingsboard/extensions directory, typically under C:\Program Files (x86). See screenshot below with an example:

image

BTW, I created a separate ticket for the documentation repository to update section 4 with instructions for Windows and other distributions. Ticket to track the updates in the documentation: https://github.com/thingsboard/thingsboard.github.io/issues/1289