Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BXMSDOC-7969 Documentation: Chapter 2 instructions to setup DM #314

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
You can deploy the Employee Rostering starter application to {OPENSHIFT} using the provided script. The script builds and packages the application source code locally and uploads it to the OpenShift environment for deployment.

.Prerequisites
* You are logged in to the target OpenShift environment using the `oc` command line tool. For more information about this tool, see the https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html-single/cli_reference/[OpenShift Container Platform CLI Reference].
* You are logged in to the target OpenShift environment using the `oc` command line tool. For more information about this tool, see the https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html-single/cli_reference/[_OpenShift Container Platform CLI Reference_].
* OpenJDK {OPTAPLANNER_JDK_VERSION} or later is installed. Red Hat build of Open JDK is available from the https://access.redhat.com/jbossnetwork/restricted/listSoftware.html[Software Downloads] page in the Red Hat Customer Portal (login required).
* Apache Maven {OPTAPLANNER_MAVEN_VERSION} or higher is installed. Maven is available from the https://maven.apache.org/[Apache Maven Project] website.

Expand All @@ -14,8 +14,8 @@ You can deploy the Employee Rostering starter application to {OPENSHIFT} using t
. Navigate to the https://access.redhat.com/jbossnetwork/restricted/listSoftware.html[Software Downloads] page in the Red Hat Customer Portal (login required), and select the product and version from the drop-down options:

* Product: {PRODUCT_SHORT}
* Version: {PRODUCT_VERSION}
. Download *{PRODUCT} {PRODUCT_VERSION} Maven Repository Kogito and {PLANNER_SHORT} 8 Maven Repository* (`{PRODUCT_INIT}-{PRODUCT_VERSION_LONG}-kogito-maven-repository.zip`).
* Version: {PRODUCT_VERSION_LONG}
. Download the *{PRODUCT} {PRODUCT_VERSION} Maven Repository Kogito and {PLANNER_SHORT} 8 Maven Repository* (`{PRODUCT_INIT}-{PRODUCT_VERSION_LONG}-kogito-maven-repository.zip`) file.
. Extract the `{PRODUCT_INIT}-{PRODUCT_VERSION_LONG}-kogito-maven-repository.zip` file.
. Copy the contents of the `{PRODUCT_INIT}-{PRODUCT_VERSION_LONG}-kogito-maven-repository/maven-repository` subdirectory into the `~/.m2/repository` directory.
. Download the `{PRODUCT_INIT}-{PRODUCT_VERSION_LONG}-decision-services-quickstarts.zip` file from the {PRODUCT_DOWNLOAD_LINK}[Software Downloads] page of the Red Hat Customer Portal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.Prerequisites

* {PRODUCT} has been downloaded and installed. For installation options, see {URL_INSTALLING_AND_CONFIGURING}#assembly-planning[_{PLANNING_INSTALL}_].
* You have started the {KIE_SERVER} and logged in to {CENTRAL} with a user that has `admin` permissions.
* You have started {PRODUCT}, as described the installation documentation, and you are logged in to {CENTRAL} as a user with `admin` permissions.

.Procedure
. In {CENTRAL}, click *Menu* -> *Design* -> *Projects*.
Expand Down