Difference between revisions of "Publishing Plugins"

From MOD Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Local Deploy ==
 
== Local Deploy ==
  
Plugins are stored in <pre>/root/.lv2/</pre>.
+
Plugins are stored in <pre>/root/.lv2/</pre>
 
Typically, plugin bundles end up here through the web UI plugin store, which downloads the bundle from a URL in your browser and then deploys it to the MOD over its dedicated network.
 
Typically, plugin bundles end up here through the web UI plugin store, which downloads the bundle from a URL in your browser and then deploys it to the MOD over its dedicated network.
 
It is also possible to build a plugin locally and manually install the bundle.
 
It is also possible to build a plugin locally and manually install the bundle.

Latest revision as of 18:23, 2 October 2019

Local Deploy

Plugins are stored in

/root/.lv2/

Typically, plugin bundles end up here through the web UI plugin store, which downloads the bundle from a URL in your browser and then deploys it to the MOD over its dedicated network. It is also possible to build a plugin locally and manually install the bundle.

Install or upgrade a plugin bundle

tar cz myplugin.lv2 | base64 | curl -F 'package=@-' http://192.168.51.1/sdk/install


Beta Plugins

To enable the MOD hosted beta plugin repository, open the settings page:

http://192.168.51.1/settings

Click the Advanced tab, then check the box to enable beta plugins.