Skip to content

Commit

Permalink
Merge pull request #560 from vnandwana/setup-guide-update
Browse files Browse the repository at this point in the history
Updates to installation guide
  • Loading branch information
reshmabidikar authored Jul 22, 2024
2 parents 0a90881 + f737d1b commit 2479c16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions userguide/getting-started/includes/docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ volumes:
db:
services:
killbill:
image: killbill/killbill:0.24.9
image: killbill/killbill:0.24.10
ports:
- "8080:8080"
environment:
Expand All @@ -61,7 +61,7 @@ services:
- KILLBILL_DAO_PASSWORD=killbill
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
kaui:
image: killbill/kaui:3.0.6
image: killbill/kaui:3.0.9
ports:
- "9090:8080"
environment:
Expand Down
4 changes: 2 additions & 2 deletions userguide/getting-started/includes/tomcat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ As mentioned above, you need to configure the Kill Bill database manually. For t

The next step is to configure Kill Bill. For this, you need to follow the steps given below:

. Download the current stable version of the Kill Bill war from https://search.maven.org/search?q=a:killbill-profiles-killbill[Maven Central] (Ensure that you download the `killbill-profiles-killbill-X.Y.Z.war` file and not the `jetty-console.war`, `jar-with-dependencies.war` or `jar-with-dependencies-sources.war`)
. Download the current stable version of the Kill Bill war from https://central.sonatype.com/artifact/org.kill-bill.billing/killbill-profiles-killbill/versions[Maven Central] (Ensure that you download the `killbill-profiles-killbill-X.Y.Z.war` file and not the `jetty-console.war`, `jar-with-dependencies.war` or `jar-with-dependencies-sources.war`)

. Rename the `killbill-profiles-killbill-X.Y.Z.war` to `ROOT.war` (Ensure that *ROOT* is in uppercase)

Expand Down Expand Up @@ -195,7 +195,7 @@ You should have a database called *kaui* (Or whatever name you have specified in

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

. Download the current stable version ( V 2.0.11 ) of the Kaui war from https://search.maven.org/search?q=a:kaui-standalone[Maven Central].
. 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].

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

Expand Down
4 changes: 2 additions & 2 deletions userguide/tutorials/debugging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ volumes:
db:
services:
killbill:
image: killbill/killbill:0.24.0
image: killbill/killbill:0.24.10
ports:
- "8080:8080"
- 12345:12345
Expand All @@ -102,7 +102,7 @@ services:
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
- KB_org_killbill_server_test_mode=true
kaui:
image: killbill/kaui:2.0.11
image: killbill/kaui:3.0.9
ports:
- "9090:8080"
environment:
Expand Down

0 comments on commit 2479c16

Please sign in to comment.