Red Hat Training

A Red Hat training course is available for Red Hat Decision Manager

Chapter 5. Importing business assets projects into and deploying from Decision Central

You can import a business assets project that is part of a Red Hat Decision Manager business application into Decision Central and then deploy that project to a business application.

Prerequistes

  • You have a business application project running in development mode.
  • Red Hat Decision Manager Decision Central is installed.

Procedure

  1. Navigate to the <business-application>/<business-application>-kjar folder.
  2. Execute the following following commands to initialize the Git repository for your project:

    $ git init
    $ git add -A
    $ git commit -m "Initial project structure"
  3. Log in to Decision Central and go to MenuDesignProjects.
  4. Select Import Project and enter following URL:

     file:///<business-application-path>/<business-application-name>-kjar
  5. Click Import and confirm the project to be imported.
  6. After the business assets project is imported into Decision Central, open the project and click Add Assets to add assets such as rules and decision tables to your business assets project.
  7. Click Deploy on your project page to deploy your project to a running business application.
  8. To verify the deployment, go to MenuDeployExecution Servers.