此内容没有您所选择的语言版本。
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
-
Navigate to the
<business-application>/<business-application>-kjar
folder. Execute the following following commands to initialize the Git repository for your project:
git init git add -A git commit -m "Initial project structure"
$ git init $ git add -A $ git commit -m "Initial project structure"
Copy to Clipboard Copied! -
Log in to Decision Central and go to Menu
Design Projects. Select Import Project and enter following URL:
file:///<business-application-path>/<business-application-name>-kjar
file:///<business-application-path>/<business-application-name>-kjar
Copy to Clipboard Copied! - Click Import and confirm the project to be imported.
- 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.
- Click Deploy on your project page to deploy your project to a running business application.
-
To verify the deployment, go to Menu
Deploy Execution Servers.