|
1 | | -# Getting started with Operational Decision Manager for Developers Docker image |
| 1 | +# Getting Started with IBM Operational Decision Manager for Containers |
| 2 | + |
2 | 3 |
|
3 | 4 | ## Audience |
4 | 5 |
|
5 | | -This tutorial is for technical and business users who want an introduction to authoring and managing business rules in Operational Decision Manager (ODM) for Developers. |
| 6 | +This tutorial is for technical and business users who want an introduction to business rules authoring and management with IBM Operational Decision Manager (ODM) running in a container environment. Here are the different offerings where you can use this Getting Started tutorial: |
| 7 | + * [IBM Operational Decision Manager for Developers](https://hub.docker.com/r/ibmcom/odm/) - To deploy ODM in Docker environments, for evaluation and development purposes. |
| 8 | + * [IBM Operational Decision Manager for Developers on Certified Kubernetes](https://artifacthub.io/packages/helm/ibm-charts/ibm-odm-dev/22.2.0) - To deploy ODM on Certified Kubernetes environments, for evaluation and development purposes. |
| 9 | + * [IBM Operational Decision Manager for production on Certified Kubernetes](https://www.ibm.com/docs/en/odm/8.11.1?topic=kubernetes-installing-odm-production) - To deploy ODM on Certified Kubernetes environments, for production use. |
| 10 | + * [IBM Operational Decision Manager in IBM Cloud Pak for Business Automation](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/22.0.2?topic=capabilities-operational-decision-manager) - To deploy ODM on RedHat OpenShift in the context of IBM Cloud Pak for Business Automation. |
| 11 | + |
6 | 12 |
|
7 | 13 | ## Time required |
8 | 14 |
|
9 | 15 | 1 hour |
10 | 16 |
|
11 | 17 | ## Learning objectives |
12 | 18 |
|
13 | | -Through a tour of Decision Center and the Rule Execution Server console, you learn how to collaborate with other users to create and modify rules in decision services, manage changes, run tests, deploy rule applications, and test and execute deployed rules as rulesets. |
| 19 | +Through a tour of Decision Center and the Decision Server console, you learn how to collaborate with other users to create and modify rules in decision services, manage changes, run tests, deploy rule applications, and test and execute deployed rules as rulesets. |
14 | 20 |
|
15 | 21 | This tutorial does not cover decision service development in Rule Designer, collaborative development in the decision governance framework, or simulations in Decision Center. |
16 | 22 |
|
17 | 23 | ## Additional project |
18 | 24 |
|
19 | | -This tutorial uses the Miniloan Service decision service. To further explore the development components, you can use the following sample project, which come preloaded in the Decision Center Business console: |
| 25 | +This tutorial uses the Miniloan Service decision service. To further explore the development components, you can use the following sample project, which comes preloaded in the Decision Center Business console: |
20 | 26 |
|
21 | 27 | |Project|Description| |
22 | 28 | |------|-----------| |
23 | 29 | |Loan Validation Service|This decision service validates loans based on borrower data and loan parameters. It also computes loan insurance rates.| |
24 | 30 |
|
25 | 31 | ## Table of contents |
26 | 32 |
|
27 | | -- [Tutorial scenario and prerequisites](gs_topics/tut_icp_gs_int.md) |
28 | | -- [Task 1: Evaluating the decisions](gs_topics/tut_icp_gs_evaluate_changes_lsn.md) |
29 | | -- [Task 2: Creating and editing rules](gs_topics/tut_icp_gs_create_rules_lsn.md) |
30 | | -- [Task 3: Verifying updates and deploying](gs_topics/tut_icp_gs_test_deploy_lsn.md) |
31 | | -- [Task 4: Exploring and testing the ruleset](gs_topics/tut_icp_gs_test_ruleset_lsn.md) |
32 | | -- [Task 5: Cleaning out databases](gs_topics/tut_icp_gs_clean_db_lsn.md) |
| 33 | +- [Tutorial scenario and prerequisites](doc/topics/tut_icp_gs_int.md) |
| 34 | +- [Task 1: Evaluating the decisions](doc/topics/tut_icp_gs_evaluate_changes_lsn.md) |
| 35 | +- [Task 2: Creating and editing rules](doc/topics/tut_icp_gs_create_rules_lsn.md) |
| 36 | +- [Task 3: Verifying updates and deploying](doc/topics/tut_icp_gs_test_deploy_lsn.md) |
| 37 | +- [Task 4: Exploring and testing the ruleset](doc/topics/tut_icp_gs_test_ruleset_lsn.md) |
| 38 | +- [Task 5: Cleaning out databases](doc/topics/tut_icp_gs_clean_db_lsn.md) |
| 39 | + |
| 40 | +## Issues and contributions |
| 41 | + |
| 42 | +For issues specifically related to this tutorial, please use the [GitHub issue tracker](https://github.com/DecisionsDev/odm-for-container-getting-started/issues). For more general issues related to IBM Operational Decision Manager, you can [get help]([https://developer.ibm.com/odm/home/connect/](https://community.ibm.com/community/user/automation/communities/community-home?CommunityKey=c0005a22-520b-4181-bfad-feffd8bdc022)) from the ODM community or, if you own production licenses for Operational Decision Manager, through the usual support channels. |
33 | 43 |
|
34 | 44 | ## Licensing information |
35 | 45 |
|
36 | 46 | Copyright IBM Corp. 1987, 2022. Licensed to the Apache Software Foundation \(ASF\) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 \(the "License"\); you may not use this file except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
37 | 47 |
|
38 | | -[**Next** ](gs_topics/tut_icp_gs_int.md) |
| 48 | +[**Next** ](doc/topics/tut_icp_gs_int.md) |
0 commit comments