Improve README markdown syntax
[nonrtric.git] / sdnc-a1-controller / oam / installation / README.md
1 This source repository contains the code for SDNC-A1 Controller operations, administration and maintenance utilities.
2
3 It adds the features from northbound directory and creates the docker image for SDNC-A1 controller.
4
5 It also contains the keystore, the script to start OpenDaylight, and the healthcheck script.
6
7 The docker-compose file is also included in this directory.
8
9 To compile, run
10 >`mvn clean install`
11
12 ## License
13
14 Copyright (C) 2019 Nordix Foundation.
15 Licensed under the Apache License, Version 2.0 (the "License")
16 you may not use this file except in compliance with the License.
17 You may obtain a copy of the License at
18
19       http://www.apache.org/licenses/LICENSE-2.0
20
21 Unless required by applicable law or agreed to in writing, software
22 distributed under the License is distributed on an "AS IS" BASIS,
23 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 See the License for the specific language governing permissions and
25 limitations under the License.
26
27 For more information about license please see the [LICENSE](LICENSE.txt) file for details.
28
29