Fix formatting issues in RST files
[ccsdk/apps.git] / docs / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (C) 2019 IBM.
4 .. _master_index:
5
6 CCSDK APPS DOCUMENTATION REPOSITORY
7 -----------------------------------
8 .. toctree::
9    :maxdepth: 1
10
11 Introduction:
12 =============
13    APPS repository which contains all micro services for CCSDK module. Also these are application that are intended to run outside of OpenDaylight container.Modular feature implementation that is reusable across all controllers.
14
15 Microservices:
16 ==============
17
18 .. toctree::
19    :maxdepth: 1
20    
21    microservices/neng
22    microservices/vlanTag
23
24
25 Installation:
26 =============
27
28    To compile this code:
29
30    1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
31
32    2. To compile all of CCSDK apps code
33       - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
34       - cd apps ; mvn clean install ; cd ..
35
36
37 Logging:
38 ========
39 CCSDK uses slf4j to log messages to the standard OpenDaylight karaf.log
40 log file.
41
42 Logs are found within the SDNC docker container, in the directory
43 /opt/opendaylight/current/data/logs
44
45 Release Notes:
46 ==============
47         release-notes