This project was generated with Angular CLI version 1.3.2.
Run ng serve
for a dev server. Navigate to 'http://rc.lab-us.ariba.com:4200/'. The app will automatically reload if you change any of the source files.
Run npm run generate-docs
to generate the documentation.
To view the documentation run npm run serve-docs
and visit http://rc.lab-us.ariba.com:8080
.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project locally. The build artifacts will be stored in the dist/
directory.
Enable the Production Mode with --prod flag
ng build --prod
- Just Intime Compliation
Build-only locally
ng build
OR Build-and-serve locally
ng serve
- Ahead Of Time Compilation(AOT)
For Faster rendering - AOT(Ahead Of Time Compilation)
ng build --AOT
OR
ng serve --AOT
** Enable the prod mode with optimization **
ng build --prod --build-optimizer
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
nginx
docker run -d -p "8090:80" \
-e RESOLVER_HOST=10.169.48.2 \
-e DOC_HOST_IP=perf-visual.aws.ariba.com \
-e DOC_HOST_PORT=8080 \
-e TPROXY_HOST=tproxy.aws.ariba.com \
-e TPROXY_PORT=8090 \
docker-dev-repo.aws.ariba.com/ariba-cobalt-doc-nginx/doc-nginx:V-376aa06-5
Procurement Quality Dashboard
docker run -d -p "7979:8080" \
-e CRATEDB_HOSTNAME=influxdb-perf0.aws.ariba.com \
-e PERF_INFLUXDB_HOSTNAME=influxdb-perf1.aws.ariba.com \
-e SYSTEM_INFLUXDB_HOSTNAME=influxdb1.aws.ariba.com \
-e ELASTICSEARCH_HOSTNAME=elasticsearch0.aws.ariba.com \
-e AWR_REPORT_HOSTNAME=reports.aws.ariba.com \