aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide/running-bp-processor-in-ide.rst
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-11-24 14:13:50 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 14:13:50 +0000
commitfe4093a53ac264ac0ebaaf544227f37d043735cf (patch)
tree59f96a08616e5de7ca9c6759e389cae5f360e814 /docs/userguide/running-bp-processor-in-ide.rst
parenta6bdaf601b1b0b56491620941eb5ff1c0b456579 (diff)
parentab31f6f4d7ae57879481a7186b2b9e6f3f94b716 (diff)
Merge "Refactoring docs" into guilin
Diffstat (limited to 'docs/userguide/running-bp-processor-in-ide.rst')
-rw-r--r--docs/userguide/running-bp-processor-in-ide.rst6
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:**