aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-08-16 16:23:43 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-08-16 16:23:43 +0200
commit27cf4637958855cb2c5f7fe092fe7fee60b5dbf2 (patch)
tree76a9a07fbd1b6ef658b3c659e41ca22442b43fd1 /README.md
parentaaa166d1fd35fa712f20623a12ecb088fb9051bf (diff)
Adding directionality and aai-keystore fix
Adding directionality of associations based on an edgerules property and enabling GrapGraph to be started locally without needing to copy keystore information for local use Change-Id: I8fe2523cb6a9c23806647d2da23998172d6d7296 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Issue-ID: AAI-531
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9cfa65c..3251be3 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,26 @@ GraphGraph is a tool for viewing A&AI schemas.
To start the frontend just run the following command:
-### `cd ./graphgraph-fe && npm install && npm start
+### `cd ./graphgraph-fe && npm install && npm start`
-Then go to http://localhost:3000
+The UI will be available on http://localhost:3000
In order to start the webservices run the App.java from your Java IDE (the service runs on localhost port 8080).
## Building docker images
+### `mvn clean install -Pdocker`
-### `mvn clean install -Pdocker
+## Running GraphGraph locally
+
+You have to start a local instance (i.e. localhost) of schema-service. Afterwards build the GraphGraph JAR file with:
+
+### `mvn clean install`
+
+Go into the target directory and run the JAR file with -d switch:
+
+### `java -jar graphgraph-X.Y.jar -d`
+
+where X.Y is the current version. For more options run the help via:
+
+### `java -jar graphgraph-X.Y.jar -h` \ No newline at end of file