Screwdriver UI
100K+
This README outlines the details of collaborating on this Ember application.
You will need the following things properly installed on your computer.
$ git clone [email protected]:screwdriver-cd/ui.git
$ cd ui/ # change into the new directory
$ npm install
ember serveMake use of the many generators for code, try ember help generate for more details
Put local app settings at config/local.js Settings at this file will be merged
with environment settings at config/environment.js
'use strict';
const SDAPI_HOSTNAME = 'http://1.142.1.106:9001';
const SDSTORE_HOSTNAME = 'http://1.142.1.106:9002';
const APP_CONFIG = {
SDAPI_HOSTNAME,
SDSTORE_HOSTNAME
};
module.exports = APP_CONFIG;
ember serveVisit your app at http://localhost:4200.
ember testember test --serverTo run a single ember test:
ember t -s -m '<TEST_NAME>' // e.g. ember t -s -m 'Integration | Component | pipeline options'To see coverage results, run:
open coverage/lcov-report/index.htmlnpm run lint:hbsnpm run lint:jsnpm run lint:js -- --fixember build (development)ember build --environment production (production)Make use of the many generators for code, try ember help generate for more details
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
Content type
Image
Digest
sha256:d2a9467f5…
Size
67.1 MB
Last updated
22 days ago
docker pull screwdrivercd/ui:v1.0.1413