summaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/devtools.rst
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2023-04-13 09:13:05 +0100
committerLiam Fallon <liam.fallon@est.tech>2023-04-14 16:41:21 +0000
commitf4e2d245485f4a55185d3ef52060b136a25aff6a (patch)
treed45fb1755f7448383ad7dc22a051ae54f961b1ba /docs/development/devtools/devtools.rst
parent0fb2d6e3dec60ea19d916da57cfde4ee098fca83 (diff)
Add documentation for local installation of PF components
Issue-ID: POLICY-4582 Change-Id: I8013a128f6a3bcea7b595b9a82122aaa8d64150e Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'docs/development/devtools/devtools.rst')
-rw-r--r--docs/development/devtools/devtools.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/development/devtools/devtools.rst b/docs/development/devtools/devtools.rst
index 0ea25d09..1bb96a8d 100644
--- a/docs/development/devtools/devtools.rst
+++ b/docs/development/devtools/devtools.rst
@@ -421,6 +421,16 @@ To test these images, CSITs will be run.
Automated tests will be run, and log files displayed.
+Running Policy Components Locally
+*********************************
+
+The following page outlines how to run the policy framework components locally use IntelliJ, Eclipse and the Command Line.
+
+.. toctree::
+ :maxdepth: 1
+
+ local-installation.rst
+
Generating Swagger Documentation
********************************