Update getting-started instructions and paths 66/166/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 15 May 2019 20:04:30 +0000 (16:04 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 15 May 2019 20:04:30 +0000 (16:04 -0400)
Change-Id: I97c5f5c771cf00764ac7c1ab0a129dd90f7be500
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
README.md

index 0333213..3e26e99 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,28 +4,27 @@ This webapp is built with Angular 7 and Spring-Boot 2.
 
 ## Getting started
 
-To install prerequisites on Mac OSX, first install nvm then continue with node:
+### Check prerequisites
 
-       curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
+1. Java development kit (JDK), version 1.8 or later
+2. Maven dependency-management tool, version 3.4 or later
+  
+### Build and launch the web app
 
-Then:
-
-       nvm install stable
-       nvm install node
-
-To run the web app:
-
-    cd ric-dashboard/ang7-sb2
-    mvn clean install
-
-    cd ric-dashboard/ang7-sb2/backend/
+    mvn -Ddocker.skip=true clean install
+    cd webapp-backend
     mvn spring-boot:run
 
-To debug the frontend and backend for Angular developers:
+Then open a browser on http://localhost:8080
+
+In addition to the above, you can run the Angular server 
+for debugging the frontend and backend separately:
 
-    cd ric-dashboard/ang7-sb2/frontend/src/main/web/src/app
+    cd webapp-frontend
     ./ng serve --proxy-config proxy.conf.json
 
+Then open a browser on http://localhost:4200
+
 ## License
 
 Copyright (C) 2019 AT&T Intellectual Property & Nokia. All rights reserved.