Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
dd35cfdf
Commit
dd35cfdf
authored
1 year ago
by
Łukasz Łopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation update
parent
37b87ce4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/DEVELOPMENT.md
+1
-1
1 addition, 1 deletion
docs/DEVELOPMENT.md
with
1 addition
and
1 deletion
docs/DEVELOPMENT.md
+
1
−
1
View file @
dd35cfdf
...
@@ -22,7 +22,7 @@ By default, the REST API will be exposed at *http://localhost:9000/api*.
...
@@ -22,7 +22,7 @@ By default, the REST API will be exposed at *http://localhost:9000/api*.
### Running NMaaS Platform on dedicated server machine
### Running NMaaS Platform on dedicated server machine
In order t
o run the NMaaS Platform on dedicated machine perform the following steps:
T
o run the NMaaS Platform on
a
dedicated machine
,
perform the following steps:
+
Build the NMaaS Platform with
*./gradlew clean build*
command project root directory.
+
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.
+
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:
+
Run the NMaaS Platform with
*java -jar nmaas-platform-x.x.x.jar*
and optional arguments:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment