【发布时间】:2016-10-16 16:51:13
【问题描述】:
我想将应用程序配置为通过上传的档案托管在 cumulocity。
documentation 显示两种应用程序类型,HOSTED 和 EXTERNAL。
如果我将类型设置为HOSTED,它需要参数resourcesUrl,它引用了一个存储库。
使用插件创建应用程序需要哪些步骤,
哪个托管在 cumulocity 而不是来自存储库?
cumulocity.json
{
"availability": "PRIVATE",
"contextPath": "appContextPath",
"key": "appKey",
"name": "appName",
"type": "HOSTED",
"resourcesUrl": "appResourceUrl",
"imports": [
"core/c8yBranding",
"core/deviceList",
"appKey/plugin",
"devicemanagement/deviceRegistration",
"devicemanagement/measurements",
"devicemanagement/groupsHierarchy",
"devicemanagement/location",
"devicemanagement/deviceGroupList",
"devicemanagement/deviceListMap",
"devicemanagement/logViewer"
]
}
【问题讨论】:
标签: cumulocity