diff options
author | 2020-10-19 10:00:59 -0400 | |
---|---|---|
committer | 2020-11-24 13:19:06 +0100 | |
commit | ab31f6f4d7ae57879481a7186b2b9e6f3f94b716 (patch) | |
tree | a5f13415b4f3e979085664d74ff73479a040ff3b /docs/userguide/running-bp-processor-in-ide.rst | |
parent | f7f28433da12451a90236f9d6bb95491a1bf1a27 (diff) |
Refactoring docs
Issue-ID: CCSDK-2916
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ide8d830bc5cfe223752f81b35d2f09a5759f5aa2
(cherry picked from commit 83c0cd2c078f89a386701b7f8e680fd3fc70ecfd)
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:** |