Options
All
  • Public
  • Public/Protected
  • All
Menu

studioDashboard

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:

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:

Technical data:

  • The application uses the jspm module / npm loader
  • Use latest release of Angular2
  • 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

Installation (currently using jspm beta 0.17):

git clone https://github.com/born2net/studioDashboard.git
cd studioDashboard
npm install -g jspm@beta
npm install -g gulp
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.

StoreModel

this app relies on the AppStore implementation, watch the video to learn more:

The Ultimate redux typed store implementation for angular

For the ultimate Angular 2 kitchen sink visit: https://github.com/born2net/ng2Boilerplate

License:

Generated using TypeDoc