studioDashboard
DigitalSignage.com enterprise management studio
To check this web application in action, login to: http://dash.digitalsignage.com (Enterprise account required)
StudioDashboard is an open source, Digital Signage Enterprise manager for subscribers of the Enterprise edition of MediaSignage Inc.
Prerequisites to use the web app:
- An active DigitalSignage.com Enterprise account
- Login directly @: http://dash.digitalsignage.com
Prerequisites to fork and host on your own site:
- An active DigitalSignage.com Enterprise account
- Web server (preferably running node.js)
Prerequisites to fork and custom develop features:
- An active DigitalSignage.com Enterprise account
- Working knowledge of the awesome Angular JavaScript framework
Features:
- Based on the popular StudioPro Enterprise edition
- Live server stats
- Live station stats
- Live GEO Map for stations
- Privileges and ACL manager
- User manager
- App manager
- mediaADNET entire set of APIs & UI: http://www.digitalsignage.com/_html/digital_signage_ad_network.html
- Supports icon on your mobile device (resembles native android or ios app) via progressive web app
- to add a mobile home screen, click your browser settings and select "add to home screen"
Links:
- mediaCLOUD Dashboard login: http://dash.digitalsignage.com
- Docs for StudioDashboard API: http://www.digitalsignage.com/dashDocs/docs/
- Home: http://digitalsignage.com
- Enterprise benefits: http://www.digitalsignage.com/_html/benefits.html
- Support: http://script.digitalsignage.com/forum/index.php/board,9.0.html
- StudioDashboard video: TBA
- Angular: https://angular.io/
- Angular docs: https://angular.io/docs/ts/latest/
- Angular GitHub: https://github.com/angular/angular
- TypeScript: https://www.typescriptlang.org/
Technical data:
- The application is powered by angular-cli
- Use latest release of Angular with AOT mode
- Application is powered by TypeScript
- App can be hosted to run locally (recommended on node.js) or on any hosted web server Keep in mind that you must serve the source from the root (/) of the server domain (not under any sub-directory)
- License is modified GPL V3
git clone https://github.com/born2net/studioDashboard.git
cd studioDashboard
npm install
Customization:
Keep in mind the StudioDashboard is often released with new updates, so you will lose any changes you make to your code if you overwrite it with our release builds. Be sure to merge changes and subclass modules to be able to continue and receive updates without loosing your source changes.
related projects:
- Angular kitchen sink: https://github.com/born2net/Angular-kitchen-sink
- ng-skeleton: https://github.com/born2net/ng-skeleton
Videos:
License:
- StudioDashboard is available under GPL V3 https://github.com/born2net/signagestudio_web-lite/blob/master/LICENSE