From 6a809a20091c8bcea2959cf4e8cf7aa4d49586fb Mon Sep 17 00:00:00 2001 From: Tair Sabirgaliev Date: Fri, 24 Feb 2017 15:16:06 +0600 Subject: [PATCH] update `readme` --- .../src/main/frontend/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/examples/demo-template/angular2-product-app/src/main/frontend/README.md b/examples/demo-template/angular2-product-app/src/main/frontend/README.md index c7a52ab193..f0520d74ee 100644 --- a/examples/demo-template/angular2-product-app/src/main/frontend/README.md +++ b/examples/demo-template/angular2-product-app/src/main/frontend/README.md @@ -1,10 +1,19 @@ # Angular2ProductApp -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-beta.32.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-beta.32.3. Keycloak integration is based on Angular ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. +This application depends on `database-service` application API deployed at `http://localhost:8080/database-service` so you will have to make sure it allows cross-origin requests. It can be enabled for `database-service` in it's `keycloak.json`: + + { + "realm" : "demo", + "resource" : "database-service", + ... + "enable-cors": true + } + ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`. @@ -20,7 +29,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). -Before running the tests make sure you are serving the app via `ng serve`. +Before running the tests make sure you are serving the app via `ng serve` and Keycloak and `database-service` is up and running at `http://localhost:8080`. ## Further help