From dd35cfdfcd1562b7dfe01d4266e9c0a1127a66a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?= <lukasz.lopatowski@gmail.com> Date: Thu, 11 Apr 2024 16:03:16 +0200 Subject: [PATCH] Minor documentation update --- docs/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index a28d1356d..b65894b9e 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -22,7 +22,7 @@ By default, the REST API will be exposed at *http://localhost:9000/api*. ### Running NMaaS Platform on dedicated server machine -In order to run the NMaaS Platform on dedicated machine perform the following steps: +To run the NMaaS Platform on a dedicated machine, perform the following steps: + Build the NMaaS Platform with *./gradlew clean build* command project root directory. + Retrieve the output executable *nmaas-platform-x.x.x.jar* file from *build/libs* directory. + Run the NMaaS Platform with *java -jar nmaas-platform-x.x.x.jar* and optional arguments: -- GitLab