aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguides/developer-guide/index.rst
diff options
context:
space:
mode:
authorJakobKrieg <jakob.krieg@bcmsolutions.de>2020-12-01 14:17:11 +0100
committerJakobKrieg <jakob.krieg@bcmsolutions.de>2020-12-01 14:17:24 +0100
commitb7beaee4f6759c1c5997713901f6f5a1dfdb1d2d (patch)
tree1363e3e20a79c296a45fb10e916d0490bb9fefb6 /docs/userguides/developer-guide/index.rst
parentd0479b3a0d9e672538b976cf38bee6b885b208b9 (diff)
CDS Read the Docs refactoring
Issue-ID: CCSDK-3011 Change-Id: Id8cff94b104bfa03643eb534e36c2bce8b0b4088 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'docs/userguides/developer-guide/index.rst')
-rw-r--r--docs/userguides/developer-guide/index.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/userguides/developer-guide/index.rst b/docs/userguides/developer-guide/index.rst
new file mode 100644
index 000000000..129ff7cd6
--- /dev/null
+++ b/docs/userguides/developer-guide/index.rst
@@ -0,0 +1,35 @@
+.. This work is licensed under a Creative Commons Attribution 4.0
+.. International License. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2020 Deutsche Telekom AG.
+
+Developer Guide
+=================
+
+Blueprints Processor Microservice
+----------------------------------
+
+Micro service to Manage Controller Blueprint Models, such as Resource Dictionary, Service Models, Velocity Templates etc, which will serve service for Controller Design Studio and Controller runtimes.
+
+This microservice is used to deploy Controller Blueprint Archive file in Run time database. This also helps to test the Valid CBA.
+
+.. toctree::
+ :caption: Guide how to run Blueprint Processor in an IDE:
+ :maxdepth: 1
+
+ running-bp-processor-in-ide
+
+Architecture
+~~~~~~~~~~~~~
+
+|image0|
+
+.. |image0| image:: media/blueprintprocessor.jpg
+ :width: 400pt
+
+
+Testing in local environment
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Point your browser to http://localhost:8000/api/v1/execution-service/ping (please note that the port is 8000, not 8080)
+
+To authenticate, use ccsdkapps/ccsdkapps login user id and password. \ No newline at end of file