diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-10-19 10:00:59 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-10-19 10:32:56 -0400 |
commit | 83c0cd2c078f89a386701b7f8e680fd3fc70ecfd (patch) | |
tree | b2805322de93e7ea4c6a2bbe911cf07678cf280b /docs/userguide/running-bp-processor-in-ide.rst | |
parent | 75946c76fe61ff7f773288335eea314efa245fad (diff) |
Refactoring docs
Issue-ID: CCSDK-2916
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ide8d830bc5cfe223752f81b35d2f09a5759f5aa2
Diffstat (limited to 'docs/userguide/running-bp-processor-in-ide.rst')
-rw-r--r-- | docs/userguide/running-bp-processor-in-ide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/userguide/running-bp-processor-in-ide.rst b/docs/userguide/running-bp-processor-in-ide.rst index d27b9906a..e5ea2b09d 100644 --- a/docs/userguide/running-bp-processor-in-ide.rst +++ b/docs/userguide/running-bp-processor-in-ide.rst @@ -32,8 +32,8 @@ Spin up a Docker container with the database The Blueprints Processor project uses a database to store information about the blueprints and therefore it needs to be online before attempting to run it. -One way to create the database is by using the :file:`docker-compose.yaml` -file present on the distribution module. This database will require a local directory to mount a volume, before running docker-compose remember to create following directory: +One way to create the database is by using the :file:`docker-compose.yaml` file. +This database will require a local directory to mount a volume, before running docker-compose remember to create following directory: .. code-block:: bash @@ -123,7 +123,7 @@ Import the project into the IDE Right-click inside it, at any point, to load the context menu and select create BlueprintProcessorApplication configuration from context: - |imageCreateRunConfigkt| + |imageCreateRunConfigKt| **The following window will open:** |