|
| 1 | +--- |
| 2 | +permalink: /guides/working-with-collections |
| 3 | +--- |
| 4 | + |
| 5 | +:page-layout: guide |
| 6 | +:page-duration: 30 minutes |
| 7 | +:page-releasedate: 2019-10-15 |
| 8 | +:page-description: Learn how to create, update, build, test, and publish a Kabanero Collection. |
| 9 | +:page-tags: ['Collection', 'Node', 'Node.js', 'Nodejs'] |
| 10 | +:page-guide-category: collections |
| 11 | += Working with Kabanero Collections |
| 12 | + |
1 | 13 | // Copyright 2019 IBM Corporation and others.
|
2 | 14 | //
|
3 | 15 | // Licensed under the Apache License, Version 2.0 (the "License");
|
|
12 | 24 | // See the License for the specific language governing permissions and
|
13 | 25 | // limitations under the License.
|
14 | 26 | //
|
15 |
| -:page-layout: guide |
16 |
| -:projectid: working-with-collections |
17 |
| -:page-duration: 30 minutes |
18 |
| -:page-releasedate: 2019-10-15 |
19 |
| -:page-description: Learn how to create, update, build, test, and publish a Kabanero Collection. |
20 |
| -:guide-author: Kabanero |
21 |
| -:page-tags: ['Collection', 'Node', 'Node.js', 'Nodejs'] |
22 |
| -:page-guide-category: collections |
23 |
| -:page-essential: true |
24 |
| -:page-essential-order: 1 |
25 |
| -:page-permalink: /guides/working-with-collections/ |
26 |
| -:imagesdir: /resources |
27 |
| -= Working with Kabanero Collections |
28 | 27 |
|
29 | 28 | [.hidden]
|
30 | 29 | NOTE: This repository contains the guide documentation source. To view
|
@@ -402,15 +401,13 @@ runs the starter microservice application. When the process completes, the follo
|
402 | 401 | If you scroll upwards in the console, you can see that Open Liberty 19.0.0.9 is in use. The output looks similar to the following
|
403 | 402 | example:
|
404 | 403 |
|
405 |
| -image:https://github.com/kabanero-io/draft-guide-working-with-collections/raw/master/resources/console.png[Diagram |
406 |
| -shows the output from the `appsody run` command, which confirms that Open Liberty 19.0.0.9 is in use.] |
| 404 | +image::img/guide/console.png[link="/img/guide/console.png" alt="Diagram shows the output from the `appsody run` command, which confirms that Open Liberty 19.0.0.9 is in use."] |
407 | 405 |
|
408 | 406 |
|
409 | 407 | If you open your browser to `http://localhost:9080` you can see that the starter microservice application is running
|
410 | 408 | successfully, as shown in the following diagram:
|
411 | 409 |
|
412 |
| -image:https://github.com/kabanero-io/draft-guide-working-with-collections/raw/master/resources/browser.png[Diagram |
413 |
| -shows the browser running the "Welcome to your Appsody microservice" starter app.] |
| 410 | +image::/img/guide/browser.png[link="/img/guide/browser.png" alt="Diagram shows the browser running the Welcome to your Appsody microservice starter app."] |
414 | 411 |
|
415 | 412 | Congratulations! The changes you made to the Kabanero Collection were successful.
|
416 | 413 |
|
@@ -443,4 +440,5 @@ git tag v0.1.0 -m "Test collection, version 0.1.0"
|
443 | 440 | Push the tags to your GIT repository by running `git push --tags`.
|
444 | 441 |
|
445 | 442 | Again, you can set up Travis to automatically trigger a build that generates a GIT release, pushing the images to the
|
446 |
| -image repository for your organisation. |
| 443 | +image repository for your organisation. If you want to learn how to manually create a GIT release from a local build, see |
| 444 | +https://github.com/kabanero-io/collections/blob/master/create-release.md[Create GIT release manually]. |
0 commit comments