Skip to content

settinghead/storage-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

271 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Storage Client Build Status

Copyright © 2010 - May 2014 Rise Vision Incorporated.

Use of this software is governed by the GPLv3 license (available in the LICENSE file).

Storage client is the client side application for the storage server. Together they make up the storage module which is part of the RVA digital signage management application.

RVA runs on Google App Engine and as such requires GAE to operate. It also uses Google Cloud Storage as a datastore.

Demo

To see the stand-alone storage client in action visit: http://storage.risevision.com/storage-full.html

Storage Client Development

  • Checkout the project from git repository.
  • run
npm run dev-install # install dependencies
npm run dev         # run static server on port 8000 & open default web browser

Testing

For unit testing (with file watching), run

gulp test

To run unit test for a single run, do

gulp test-ci

To run E2E testing, do

gulp test-e2e

If you have any questions or problems please don't hesitate to join our lively and responsive community at http://community.risevision.com.

If you are looking for user documentation on Rise Vision please see http://www.risevision.com/help/users/

If you would like more information on developing applications for Rise Vision please visit http://www.risevision.com/help/developers/.

About

Client-side AngularJS logic for storage project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors