summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
blob: 76f4b8286752d43a9d753c439df16a0b545cdb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "presets": [["es2015", { "modules": false }],"stage-0", "react"],
	"plugins": [
		"transform-es2015-modules-commonjs",
		"transform-es2015-destructuring",
		"transform-es2015-spread",
		"transform-object-rest-spread",
		"transform-class-properties",
		"transform-runtime"
	],
	"sourceMap": "inline"
}
"gu">## Building You can use the following command to build the policy-gui docker image: ``` mvn clean install -P docker ``` ## Running The gui-server module contains a server that hosts the GUIs. There are helper scripts for running the gui-server JAR and Docker image. They may be found under gui/gui-server/extra/bin-for-dev/ These scripts assume the clamp backend is running at https://localhost:8443 ## Client Credentials For integration with AAF, gui-server requests client SSL cert. A certificate must be added in the browser and is required to log in properly: [org.onap.clamp.p12 (from clamp master)](URL "https://gerrit.onap.org/r/gitweb?p=clamp.git;a=blob_plain;f=src/main/resources/clds/aaf/org.onap.clamp.p12;hb=refs/heads/master") (Password: "China in the Spring") See onap/clamp repo README for details.