-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates installation scripts and improves documentation #418
Updates installation scripts and improves documentation #418
Conversation
yarn test commands still needs work.
and upgrade nodejs to 20 version.
docs/admin/overview.md
Outdated
Vagrant virtual machines | ||
- Seperater Packages: [client website](client/CLIENT.md) and | ||
[lib microservice](servers/lib/LIB-MS.md) | ||
## How to install? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing punctuation in header
@@ -18,6 +18,31 @@ | |||
Please see the [features](user/features.md) page | |||
to get a sense of the things you can do in DaaS. | |||
|
|||
??? Question "What is the scope and current capabilities of DTaaS?" | |||
|
|||
1. DTaaS is a web based interface to allow you to invoke various tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code block style
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feature/distributed-demo #418 +/- ##
============================================================
+ Coverage 64.63% 66.36% +1.72%
============================================================
Files 43 35 -8
Lines 574 440 -134
Branches 35 29 -6
============================================================
- Hits 371 292 -79
+ Misses 180 130 -50
+ Partials 23 18 -5 see 8 files with indirect coverage changes
|
@nichlaes , the |
|
||
In this examples the DT will run for 10 seconds, with a stepsize of 100ms. | ||
Thereafter it is possible to examine the logs produce in | ||
```/workspace/examples/digital_twins/drobotti_rmqfmu/target```. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fenced code blocks should be surrounded by blank lines
Code Climate has analyzed commit e674b42 and detected 6 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
abc90a6
into
INTO-CPS-Association:feature/distributed-demo
Removes hardcoded host network interface from the Vagrantfile; Users
can now select any one of their available network interfaces.
Resolves issues #298, #302 and #417.
This PR includes all the changes suggested in PR #364