aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJakobKrieg <jakob.krieg@bcmsolutions.de>2020-10-01 15:09:11 +0200
committerJakobKrieg <jakob.krieg@bcmsolutions.de>2020-11-24 13:18:28 +0100
commit4a9ceffd9b65150603f619e9a394565d8731c5b4 (patch)
tree45cb52b82b5a8a22d0e9a023a20bdbca037a5451 /docs
parented365ad10471834cc4412363c486644d150ecc62 (diff)
Fix directory + tabs 'running bp processor in IDE'
Issue-ID: CCSDK-2846 Change-Id: I7369bb2678b7bf557249c03428f9f7d4deb0f5da Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de> (cherry picked from commit 1863a7c6e7a6e45be6fee13b0dcfbbdbc914df03)
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/running-bp-processor-in-ide.rst46
1 files changed, 14 insertions, 32 deletions
diff --git a/docs/userguide/running-bp-processor-in-ide.rst b/docs/userguide/running-bp-processor-in-ide.rst
index 4a0cac58d..d27b9906a 100644
--- a/docs/userguide/running-bp-processor-in-ide.rst
+++ b/docs/userguide/running-bp-processor-in-ide.rst
@@ -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>`_