Fix: Update Sonar needed parameters
[oam/tr069-adapter.git] / docker-compose / README.md
1 # O-RAN-SC docker-compose files
2
3 The tr069adapter-install.yaml and tr069adapter-install.env file will create an entire tr069-adapter system with one command:
4 docker-compose -f tr069adapter-install.yaml --env-file tr069adapter-install.env up -d
5
6 Howto:
7 cd tr069-adapter/
8 docker-compose -f tr069adapter-install.yaml --env-file tr069adapter-install.env up -d
9
10 The scripts in data/ will import the test data in the running system.
11
12 Run command:
13 If SSL is not enabled then execute
14 cd data/
15 ./importConfig.sh 
16
17 If SSL is enabled then execute 
18 cd data/
19 ./importConfig.sh SSL
20
21 Open link:
22 http://localhost:1111/getConfig/0005b9423910
23 or
24 https://localhost:1111/getConfig/0005b9423910
25
26 All the imported data is shown on the web page
27
28 ## License
29
30 O-RAN-SC : tr-069-adapter
31 Copyright (C) 2020 CommScope Inc Intellectual Property.
32 This tr-069-adapter software file is distributed by CommScope Inc under the Apache License,
33 Version 2.0 (the "License"); you may not use this file except in compliance with the License. You
34 may obtain a copy of the License at
35
36 http://www.apache.org/licenses/LICENSE-2.0
37
38 This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
39 either express or implied. See the License for the specific language governing permissions and
40 limitations under the License.
41