diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-11 10:55:04 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-12 05:54:15 -0400 |
commit | 0ac4c6a0a3c5eacf7db3b1766048a8d1405f3e96 (patch) | |
tree | 13607833e513e1419861b505385e833682cb253f /docs/development | |
parent | cd35cacaf3120342daa405b117a60c542a9d1dea (diff) |
Fix documentation add tutorial
Fixed some headings that made index's look strange.
Added xacml tutorial.
Issue-ID: POLICY-1842
Change-Id: Id6ab56e5d5d2a6b2fe37c8df5d3d70aa04776878
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/development.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/development/development.rst b/docs/development/development.rst index 82ff7e3a..252e10da 100644 --- a/docs/development/development.rst +++ b/docs/development/development.rst @@ -4,7 +4,7 @@ Policy Platform Development ---------------------------- +########################### .. contents:: :depth: 2 @@ -23,7 +23,7 @@ This article assumes that: The procedure documented in this article has been verified to work on a MacBook laptop running macOS Yosemite Version 10.10,5, Sierra Version 10.12.6, a HP Z600 desktop running Ubuntu 16.04.3 LTS, and an Unbuntu 16.04 VM. Cloning All The Policy Repositories ------------------------------------ +*********************************** Run a script such as the script below to clone the required modules from the `ONAP git repository <https://gerrit.onap.org/r/#/admin/projects/?filter=policy>`_. This script clones all the ONAP Policy Framework repositories. @@ -155,7 +155,7 @@ Execution of the script above results in the following directory hierarchy in yo Building ONAP Policy Framework Components ------------------------------------------ +***************************************** **Step 1:** Optionally, for a completely clean build, remove the ONAP built modules from your local repository. @@ -218,7 +218,7 @@ If the developer is only interested in working with the new architecture compone Building the ONAP Policy Framework Docker Images ------------------------------------------------- +************************************************ The instructions here are based on the instructions in the file *~/git/onap/policy/docker/README.md*. **Step 1:** Build the Policy API Docker image @@ -284,7 +284,7 @@ This image has the drools use case application and the supporting software built Starting the ONAP Policy Framework Docker Images ------------------------------------------------- +************************************************ In order to run the containers, you can use *docker-compose*. This uses the *docker-compose.yml* yaml file to bring up the ONAP Policy Framework. This file is located in the policy/docker repository. |