Media Atom Maker requires Node 14.X, so ensure you're running that version, or run nvm use
first.
You need media-service credentials and capi API Gateway invocation
credentials to run the app.
Once running, the React App can be seen here
There are two ways to run the React App:
To run the React App with hot-reloading, run:
./scripts/client-dev.sh
The app will be served at https://video.local.dev-gutools.co.uk/
To run the React App without hot-reloading, run:
./scripts/start.sh
- You will need
composer
Janus credentials. - Modify the kinesis stream names in
/etc/gu/media-atom-maker.private.conf
to point to CAPI CODE. - Modify
AwsCredentials.scala
to set thecrossAccount
field tocomposer
profile credentials.