From: JakobKrieg Date: Thu, 1 Oct 2020 13:09:11 +0000 (+0200) Subject: Fix directory + tabs 'running bp processor in IDE' X-Git-Tag: 1.1.0~159^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1863a7c6e7a6e45be6fee13b0dcfbbdbc914df03;p=ccsdk%2Fcds.git Fix directory + tabs 'running bp processor in IDE' Issue-ID: CCSDK-2846 Change-Id: I7369bb2678b7bf557249c03428f9f7d4deb0f5da Signed-off-by: JakobKrieg --- 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= - - .. 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 `_