https://github.com/settinghead/storage-client
Client-side AngularJS logic for storage project.
https://github.com/settinghead/storage-client
Last synced: about 1 year ago
JSON representation
Client-side AngularJS logic for storage project.
- Host: GitHub
- URL: https://github.com/settinghead/storage-client
- Owner: settinghead
- License: mit
- Created: 2014-05-26T09:32:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T22:01:23.000Z (over 11 years ago)
- Last Synced: 2025-01-14T17:15:08.853Z (over 1 year ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
###Storage Client 
**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](http://rva.risevision.com) digital signage management application.
[RVA](http://rva.risevision.com) 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
```bash
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
```bash
gulp test
```
To run unit test for a single run, do
```bash
gulp test-ci
```
To run E2E testing, do
```bash
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/.