Where should I start if I would like to develop application ?
If you want to developer application for MediaCentral start with reading our Quick Start
What are the prerequisites for developing application ?
About prerequisites you can read in our development guide
How can I create SSH Keys ?
You can find tutorial about creating SSH Keys for publishing in
SSH | Keys generation tutorial
How and where do I store variables for my BUS service?
For persistance of configuration settings for your service we suggest using environment variables.
How can I install feature-pack ?
If you want to install service on your CloudUX Machine use
Feature-pack installation tutorial
When I’m trying to start my UX application I receive “Error occured while trying to proxy to: localhost:8080/“
For the most cases this error appears when you didn’t change hostIp
in project.config.json
.
For every project there is README in the root with information how to run it.
How can I add actions to my application ?
You can read about available actions in CloudUX API. New actions can be added in
[project root]\src\index.js file. For example usage of actions
visit our Github page
For the most cases this error appears when you didn’t change hostIp
in project.config.json
.
For every project there is README in the root with information how to run it.
How and where can I store variables for my UX app?
For persistance of configuration settings for your app we suggest using Attributes service.
avid.acs.attributes - serves as a key:value storage for Cloud UX.