Implicit attributes in get_attribute list
[sdc.git] / openecomp-be / readMe.txt
1 # OpenECOMP SDC Onboarding(back-end)
2
3 ---
4 ---
5
6 # Introduction
7
8 SDC is the component within the design time environment that provides multiple organizations the ability to create and manage OPENECOMP assets in terms of “models”. SDC asset models are generally categorized into four object types: Resource, Service, Product and Offer.
9
10 # Compiling Onboarding be war
11
12 ###SDC can be compiled easily with a `mvn clean install`. Integration tests are started with the following profile
13    `-P with-integration-tests`
14
15 ###Location of war : \sdc\openecomp-be\api\openecomp-sdc-rest-webapp\onboarding-rest-war\target\onboarding-be-1.0-SNAPSHOT.war
16
17 # Starting SDC
18
19 Steps :
20
21 ### Copy onboarding war on jetty server : onboarding-be.war
22
23 ###open rpm
24 ###install jetty
25 ###run installJettyBase.sh
26 ###copy jvm.properties to base
27 ###export variables
28 ###run startJetty.sh
29
30 # Accessing SDC
31
32 You can access SDC at the following link : http://<hostname>:<portname>/sdc1/proxy-designer1#/onboardVendor
33
34 # Logging
35
36 SDC Onboarding supports EELF Logger, which is of the following types :
37
38 ### Error
39 ### Debug
40 ### Metrics
41 ### Audit
42