Skip to content

Commit 462c13e

Browse files
Merge pull request killbill#629 from KBbitsP/v3
Updates to Aviate docs
2 parents f5b2e03 + 7b5264b commit 462c13e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

userguide/aviate/how-to-install-the-aviate-plugin.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::{sourcedir}/aviate/includes/aviate-card.adoc[]
66

77
== Prerequisites
88

9+
* Ensure that you have subscribed to the Flock plan ( OR higher ) to enable the plugin.
10+
911
* 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__].
1012

1113
* 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.
@@ -60,7 +62,7 @@ curl -v \
6062
"http://127.0.0.1:8080/1.0/kb/nodesInfo"
6163
----
6264

63-
Replace `<token>` with your cloudsmith token. Replace `<version>` with the plugin version to be installed. This should be something like `1.0.12`.
65+
Replace `<token>` with your cloudsmith token. Replace `<version>` with the plugin version to be installed. At this time the latest version is `1.0.34`.
6466

6567
*Step 2 - Create Plugin Database Tables*
6668

@@ -120,7 +122,7 @@ The output should contain an entry similar to the following:
120122
"bundleSymbolicName": "com.kill-bill.billing.plugin.java.aviate-plugin",
121123
"pluginKey": "aviate-plugin",
122124
"pluginName": "aviate-plugin",
123-
"version": "1.0.12-SNAPSHOT",
125+
"version": "1.0.34-SNAPSHOT",
124126
"state": "RUNNING",
125127
"isSelectedForStart": true,
126128
"services": [

userguide/aviate/what_is_aviate.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ As part of the Beta program, you'll have access to early feature releases direct
1111
== Aviate Plugin
1212
For Beta customers, we offer the *Aviate plugin*. This plugin extends Kill Bill with additional endpoints specifically for the Beta phase, allowing early access to some of Aviate's backend features. These endpoints are detailed in the *Aviate section* below.
1313

14+
NOTE: Only users on the Flock plan and higher can download and install the plugin. Free/Entourage users can use the plugin in their sandbox deployment; however, they cannot download the plugin in their local environment.
15+
1416
Please refer to the documentation below to start integrating Aviate into your Kill Bill environment.

0 commit comments

Comments
 (0)