Fix directory + tabs 'running bp processor in IDE' 25/113425/3
authorJakobKrieg <jakob.krieg@bcmsolutions.de>
Thu, 1 Oct 2020 13:09:11 +0000 (15:09 +0200)
committerKAPIL SINGAL <ks220y@att.com>
Thu, 1 Oct 2020 13:45:12 +0000 (13:45 +0000)
Issue-ID: CCSDK-2846
Change-Id: I7369bb2678b7bf557249c03428f9f7d4deb0f5da
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
docs/userguide/running-bp-processor-in-ide.rst

index 4a0cac5..d27b990 100644 (file)
@@ -41,9 +41,19 @@ file present on the distribution module. This database will require a local dire
 
 Navigate to the docker-compose file in the distribution module:
 
-.. code-block:: bash
+.. tabs::
+
+   .. group-tab:: Frankfurt - Latest
+
+      .. code-block:: bash
+
+         cd ms/blueprintsprocessor/application/src/main/dc
 
-   ms/blueprintsprocessor/distribution/src/main/dc
+   .. group-tab:: El Alto - Dublin
+
+      .. code-block:: bash
+
+         ms/blueprintsprocessor/distribution/src/main/dc
 
 And run docker-composer:
 
@@ -104,35 +114,7 @@ Import the project into the IDE
 
       .. tabs::
 
-         .. group-tab:: Latest
-
-            Navigate to the main class of the Blueprints Processor, the BlueprintProcessorApplication class:
-
-            ``ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/BlueprintProcessorApplication.kt``.
-
-            Right-click inside it, at any point, to load the context menu and select create
-            BlueprintProcessorApplication configuration from context:
-
-            |imageCreateRunConfigkt|
-
-            **The following window will open:**
-
-            |imageRunConfigKt|
-
-            **Add the following in the field `VM Options`:**
-
-            .. code-block:: bash
-               :caption: **Custom values for properties**
-
-               -Dspring.profiles.active=dev
-
-            You can override any value from **application-dev.properties** file here. Use the following pattern:
-
-            .. code-block:: java
-
-               -D<application-dev.properties key>=<application-dev.properties value>
-
-         .. group-tab:: Frankfurt
+         .. group-tab:: Frankfurt - Latest
 
             Navigate to the main class of the Blueprints Processor, the BlueprintProcessorApplication class:
 
@@ -278,7 +260,7 @@ Import the project into the IDE
 
       .. tabs::
 
-         .. group-tab:: Latest
+         .. group-tab:: Frankfurt - Latest
 
             * **Step #1** - Make sure your installation of Visual Studio Code is up to date. This guide was writen using version 1.48
             * **Step #2** - Install `Kotlin extension from the Visual Studio Code Marketplace <https://marketplace.visualstudio.com/items?itemName=fwcd.kotlin>`_