aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-05-13 20:23:31 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-05-14 10:17:34 +0200
commit48d76b552efaa7f3ac068519a0c06ab1ad65f2ea (patch)
tree45d7232f78b63fc704803426de265ffc56381dab /README.md
parent1722ddc1b782c79d881a11eb06df66c6e2ab6029 (diff)
Maven based building
Building the project (docker, user interface) via maven Change-Id: I94ef02b435f0684cedbafb63b5daeb44abfe22cc Issue-ID: AAI-531 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/README.md b/README.md
index 167f40f..9cfa65c 100644
--- a/README.md
+++ b/README.md
@@ -16,18 +16,7 @@ Then go to http://localhost:3000
In order to start the webservices run the App.java from your Java IDE (the service runs on localhost port 8080).
-## Running from command line
+## Building docker images
-To run GraphGraph from the command line just run the shell script:
-### `./run.sh`
-
-## Creating a standalone jar
-
-To create a standalone Java jar file run the build script:
-
-### `./buildjar.sh`
-
-Afterwards you can start GraphGraph just by running the command:
-
-### `java -jar ./target/graphgraph-1.0-SNAPSHOT.jar`
+### `mvn clean install -Pdocker