Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions userguide/aviate/how-to-install-the-aviate-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,26 @@ include::{sourcedir}/includes/premium-card.adoc[]

== Prerequisites

* Ensure that you have subscribed to the Flock plan ( OR higher ) to enable the plugin.
* Ensure that you have subscribed to the Flock plan ( OR higher) to enable the plugin.

* Ensure that you have Kill Bill, Kaui, and the database set up as explained in the https://docs.killbill.io/latest/getting_started.html[__Getting Started Guide__].

* Ensure that you have https://curl.haxx.se/[_cURL_] installed. If you are on Windows, we recommend that you use https://git-scm.com/download/win[_Git Bash_] to run the `cURL` commands.

== Plugin Installation

This section lists the steps to be followed for the Aviate plugin installation.

=== Via Aviate Marketplace

The aviate plugin can be installed via the Aviate marketplace. Refer to the following demo for a walkthrough of the plugin installation process:

:storylane-id: 4aiwimwctw0k
:storylane-embed-type: inline
include::{sourcedir}/includes/storylane-embed.adoc[]

=== Via API Calls

The Aviate Plugin can also be installed by making API calls to the KB server. This is particularly useful when you want to automate the plugin installation as part of your deployment process.

Before staring with the plugin installation, ensure that you have a running KB installation as documented https://docs.killbill.io/latest/getting_started[here].

Expand Down
Loading