How to create a local module

How can I create a local module without the use of github?

As far I know you must use github, gitlab or an other service. To build it local is to complicated and not the intention of the vendor. If you have installed the module via github then you can change the source local.

Gesendet von iPhone mit Tapatalk

With Bitbucket you can use access rights for some accounts also in the free version.

Or setup a git server in your local network.

You do not need Github at all. It’s just easier for deployment and updating. Just check out the PHP SDK and create the module. And do not forget to restart the service, to let IP-Symcon know about changes in your module.

paresy

Thanks for the replies.
I have created a copy of an existing module in …\Symcon\Modules and started from there.

J.R.