Skip to content

Commit

Permalink
Fixes #18391: Add a documentation page on how to manually distribute …
Browse files Browse the repository at this point in the history
…plugin licenses
  • Loading branch information
Fdall committed Oct 22, 2020
1 parent ee87ef7 commit 87c2e32
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/reference/modules/plugins/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ command again.
You will need to update your licenses with `rudder packages licenses` before their expiration.
An alert will appear in Rudder's menu bar when a license is close to expiration.

== Install plugins without a subscription
== Manual plugins installation

Plugin management uses the `rudder package` command.
You need to download the `.rpkg` package file of the plugin on your Rudder server,
Expand All @@ -69,6 +69,11 @@ rudder package install-file <package.rpkg>
----

To update a plugin, you need to reinstall it with the same command, but in the newer version.
If the plugin requires a license, you can enable it by putting your `license.key` and `.license` files under:

----
/opt/rudder/etc/plugins/licenses/
----

== More about plugins

Expand Down

0 comments on commit 87c2e32

Please sign in to comment.