refstack/refstack-ui
sslypushenko 2b89f65ad4 Add filter for signed test results and related UI
With this patch users can list their own test results.

Change-Id: Ie2d944924f6ae966a13d0ca9908810c315ade5ab
2015-08-17 17:06:02 +03:00
..
2015-07-27 16:28:01 -07:00

Refstack User Interface

User interface for interacting with the Refstack API.

Setup

From the Refstack project root directory, create a config.json file and specify your API endpoint inside this file:

cp refstack-ui/app/config.json.sample refstack-ui/app/config.json

You can start a development server by doing the following:

Install NodeJS and NPM:

curl -sL https://deb.nodesource.com/setup | sudo bash -

sudo apt-get install nodejs

Install dependencies and start the server:

npm start

Doing this will automatically perform npm start and bower install to get all dependencies.

By default, as noted in package.json, the server will use 0.0.0.0:8080.

Test

To run unit tests, simply perform the following:

npm test