Difference between revisions of "Publishing Plugins"
Jump to navigation
Jump to search
Lazzarello (talk | contribs) m (→Local deploy) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == Local Deploy == | |
− | + | 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. | ||
+ | It is also possible to build a plugin locally and manually install the bundle. | ||
− | + | Install or upgrade a plugin bundle | |
− | = | + | <pre> |
+ | tar cz myplugin.lv2 | base64 | curl -F 'package=@-' http://192.168.51.1/sdk/install | ||
+ | </pre> | ||
− | + | ||
+ | == 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. |
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:
Click the Advanced tab, then check the box to enable beta plugins.