-
Notifications
You must be signed in to change notification settings - Fork 43
/
manifest.yaml
34 lines (34 loc) · 1 KB
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
name: app-server
id: org.zowe.zlux.app-server
# Without the v
version: "{{build.version}}"
# Human readable component name
title: Application Server
# Human readable component description
description: 'An HTTPS and Websocket server built on NodeJS and ExpressJS. It serves static content via "Plugins", and is extensible by REST and Websocket "Dataservices" optionally present within Plugins. It hosts the Zowe Desktop.'
homepage: https://zowe.org
keywords:
- zlux
- appfw
license: EPL-2.0
schemas:
configs:
- schemas/zowe-schema.json
- schemas/app-server-config.json
repository:
type: git
url: https://github.com/zowe/zlux-app-server.git
build:
branch: "{{build.branch}}"
number: "{{build.number}}"
commitHash: "{{build.commitHash}}"
timestamp: {{build.timestamp}}
commands:
install: share/zlux-app-server/bin/internal-install.sh
start: bin/start.sh
configure: bin/configure.sh
# we do not specify encoding here because its already tagged ascii
apimlServices:
dynamic:
- serviceId: zlux