Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #18391: Add a documentation page on how to manually distribute plugin licenses #793

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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