Home

Awesome

Telepresence Deploy XML APP

Simple app to deploy packages to Cisco Telepresence apps. Branding for CE9.2.1+ and backup bundles for CE9.3+ devices is supported. Backup bundles is a new features for CE9.3+ firmware.

Currently capable of deploying:

Getting Started

The following applications and hardware are required:

Prerequisites

Configuration required:

Installing

Via Git

mkdir myproj
cd myproj
git clone https://github.com/voipnorm/CiscoTPCustomXML.git
npm install

Set the following environment variables in a .env file...

PORT=<desired port for http server, default is 9000 if not defined>
TPADMIN=<admin Username>
TPADMINPWD=<your password>

Running Script

To run the script use one of the following commands:

node server.js branding

or

node server.js bundle

To use the bundle command ensure you have created a backup bundle from your CE device and placed the zip file into:

./xmlFiles/backupBundle

To deploy wallpaper:

node server.js wallpaper

Ensure wallpaper image is available in ./img/wallpaper directory.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments