Giter Site home page Giter Site logo

on-web-ui's Introduction

Copyright 2015, EMC, Inc.

Publicly hosted on GitHub page.

A live version of the UI can be used at:

Live RackHD UI

You can change the API endpoints from the settings page. Look for the gear icon.

A zip file of the live version can always be downloaded from the gh-pages branch:

Download latest build

Extract the zip file to any directory served over HTTP. This is done automatically by on-http with npm install.

Quick getting started guide.

Requires Node v6 or greater to run on-web-ui dev tools.

$ git clone https://github.com/RackHD/on-web-ui.git
$ cd on-web-ui
$ npm install
$ npm start             # Start development server at http://127.0.0.1:3000.
$ npm test              # Run automated tests.

How to configure API endpoints.

You can change the RackHD API endpoint dynamically from the UI. Look for the settings link in the main navigation. This will open the Settings page where you can specify API endpoints.

The default API endpoints can be configured by renaming src/config/custom.json.example to src/config/custom.json, editing the API endpoint properties, and rebuilding the UI.

Note, that the endpoint URL is stored in your browsers local storage. This means that changing the default endpoint may not change the endpoint for your session. It is better to use the Settings page to update the endpoint in your browser.

How to build On Web UI applications.

$ npm run build         # Build `static/monorail.css` & `static/monorail.js` for production.
$ npm run build-css     # Build minified `static/monorail.css` from `less/monorail.less`.
$ npm run build-js      # Build production `static/monorail.js`.

Automated Testing.

Run unit tests powered by Karma, Mocha, and Chai, with Spies

Tests are designed to run in a real web browser such as Chrome or FireFox. By default Chrome must be present when running the tests.

$ npm test              # Or, `npm run-script test-ci` for Jenkins.

Test any javascript module by creating a __tests__/ directory where the file is. Name the test by appending -test.js to the JavaScript file.

Core Technologies

on-web-ui's People

Contributors

anhou avatar benbp avatar changev avatar dalebremner avatar geoff-reid avatar heckj avatar iceiilin avatar jfrey avatar keedya avatar king-jam avatar rolandpoulter avatar scarabmonkey avatar tldavies avatar yyscamper avatar

Watchers

 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.