Giter Site home page Giter Site logo

nordinr / msgetstarted Goto Github PK

View Code? Open in Web Editor NEW

This project forked from born2net/msgetstarted

0.0 1.0 0.0 20.08 MB

DigitalSignage.com - Get started page

Home Page: https://secure.digitalsignage.com/msgetstarted

License: GNU General Public License v3.0

JavaScript 93.15% CSS 3.30% HTML 3.55%

msgetstarted's Introduction

DigitalSignage.com custom Get Started

modify and brand the entire account creation process for http://www.DigitalSignage.com enterprise / reseller accounts

version 3.01

details

Enterprise / Resellers can have full control on how new users open and manage accounts on their own web site. The "GetStarted" wizard allows any JavaScript developer to change Studio, Template and Player selections during account creation as well as completely modify the open account process. The wizard consists of:

  • Studio Selection (Lite / Pro)
  • Player Installer (HTML5, executables, direct download, AIR and Flash)
  • Create account process (branded to your enterprise account)
  • Change user password
  • Change business name
  • Forgot password
  • User authentication
  • Bootstrap Progressive layout
  • Developed with Backbone.js

video tutorial:

installation:

  • download and install nodejs: https://nodejs.org
  • download and install git: https://git-scm.com/downloads
  • run from the command line: git clone https://github.com/born2net/msgetstarted.git
  • change directory cd msgetstarted
  • install packages: npm install which will post execute for you node ./start.js
  • follow the wizard's questions
  • once you are ready for production execute: npm run prod
  • upload the final _dist directory to your own web server

config

The entire enterprise configuration is generated and saved inside of:

App.js

You can use any editor to change branding info manually:

 BB.globs['COMPANY'] = 'YOUR_COMPANY_NAME';
 BB.CONSTS.REDIRECT = 'YOUR_DOMAIN';
 BB.CONSTS.RESELLER = 'YOUR_RESELLER_ID_HERE';
 BB.globs['ERI'] = 'YOUR_ERI';
 BB.globs['CLOUD'] = true; // false if hosting in private server or hybrid server
 BB.globs['CHAT'] = 'URL_FOR_CHAT_SUPPORT';

note that all of the above data will automatically populate for you once you run the wizard and provide your credentials.

links

Visit landing page: http://dev.digitalsignage.com

license:

  • modified GPL V3

msgetstarted's People

Contributors

born2net avatar ankitc1010 avatar

Watchers

NordinR avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.