Skip to content

Commit 58d5035

Browse files
Merge pull request #634 from reshmabidikar/update-kb-kaui-versions
Update KB/Kaui versions
2 parents 5c70486 + e476a2e commit 58d5035

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

userguide/getting-started/includes/docker.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The next step is to create a YAML file called `docker-compose.yml`, similar to t
4141

4242
Ensure that you specify the latest versions of the Kill Bill, Kaui and MariaDB images in your `docker-compose` file. The latest versions at the time of writing are as follows:
4343

44-
* Kill Bill - `killbill/killbill:0.24.9`
45-
* Kaui - `killbill/kaui:3.0.6`
44+
* Kill Bill - `killbill/killbill:0.24.16`
45+
* Kaui - `killbill/kaui:4.0.2`
4646
* MariaDB - `killbill/mariadb:0.24`
4747

4848
[source,yaml]
@@ -52,7 +52,7 @@ volumes:
5252
db:
5353
services:
5454
killbill:
55-
image: killbill/killbill:0.24.10
55+
image: killbill/killbill:0.24.16
5656
ports:
5757
- "8080:8080"
5858
environment:
@@ -61,7 +61,7 @@ services:
6161
- KILLBILL_DAO_PASSWORD=killbill
6262
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
6363
kaui:
64-
image: killbill/kaui:3.0.9
64+
image: killbill/kaui:4.0.2
6565
ports:
6666
- "9090:8080"
6767
environment:

userguide/getting-started/includes/tomcat.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Users familiar with Java technologies can also install Kill Bill and Kaui direct
55
The first step in installing Kill Bill in Tomcat is to download and install Tomcat. For this, you need to follow the steps given below:
66

77
. Download the Core binary distribution of the Tomcat container from https://tomcat.apache.org/download-90.cgi[here]
8-
(At the time of writing, *9.0.84* is the latest version, however it can change in the future as newer versions are released.) The downloaded zip file contains a folder called *apache-tomcat-9.0.84*
8+
(At the time of writing, *9.0.91* is the latest version, however it can change in the future as newer versions are released.) The downloaded zip file contains a folder called *apache-tomcat-9.0.91*
99

1010
. Extract *apache-tomcat-9.0.91* and place it on any location on your computer. This path will be refered to as *TOMCAT_HOME* from now on. (For example, if you place *apache-tomcat-9.0.91* in a directory called ```C:\Software```, *TOMCAT_HOME* refers to ```C:\Software\apache-tomcat-9.0.91```). It should look like this:
1111
[source,yaml]
@@ -195,7 +195,7 @@ You should have a database called *kaui* (Or whatever name you have specified in
195195

196196
Finally, Kaui needs to be configured. For this, you need to follow the steps given below:
197197

198-
. Download the current stable version ( V 3.0.9 ) of the Kaui war from https://central.sonatype.com/artifact/org.kill-bill.billing.kaui/kaui-standalone/versions[Maven Central].
198+
. Download the latest Kaui WAR ( version `4.0.2` at the time of writing) from https://central.sonatype.com/artifact/org.kill-bill.billing.kaui/kaui-standalone/versions[Maven Central].
199199

200200
. Rename the downloaded `war` to `ROOT.war` (Ensure that *ROOT* is in uppercase)
201201

0 commit comments

Comments
 (0)