Skip to content

Commit

Permalink
Updates documentation to include correct C4 diagrams.
Browse files Browse the repository at this point in the history
  Adds screenshots of the new website.
  Minor updates to other parts of the documentation.
  • Loading branch information
prasadtalasila committed Jan 16, 2024
1 parent 4d70329 commit 5bb15df
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 27 deletions.
8 changes: 6 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@
The licensed software are not available on the software platform.
But users have private workspaces which are based
on Linux-based xfce Desktop environment.
Users can install software in their workspaces. The licensed software
installed by one user is not available to another user.
Users can install software in their workspaces.
Please see a
[screencast](FAQ/matlab-simulink.mp4) of using Matlab Simulink
within the DTaaS software.
The licensed software installed by one user is not available
to another user.

## Digital Twin Models

Expand Down
Binary file added docs/FAQ/matlab-simulink.mp4
Binary file not shown.
19 changes: 3 additions & 16 deletions docs/admin/servers/lib/LIB-MS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,12 @@ There is a skeleton file structure in
[DTaaS codebase](https://github.com/INTO-CPS-Association/DTaaS/tree/feature/distributed-demo/files).
You can copy and create file system for your users.

## Gitlab setup (optional)

For this microserivce to be functional,
a certain directory or gitlab project structure is expected.
The microservice expects that the gitlab consisting of one group,
DTaaS, and within that group, all of the projects be located,
**user1**, **user2**, ... , as well as a **commons** project.
Each project corresponds to files of one user.
A sample file structure can be seen in [gitlab dtaas group](https://gitlab.com/dtaas).
You can visit the gitlab documentation on [groups](https://docs.gitlab.com/ee/user/group/)
for help on the management of gitlab groups.

You can clone the git repositories from the `dtaas` group
to get a sample file system structure for the lib microservice.

## :arrow_down: Install

The package is available in Github
[packages registry](https://github.com/orgs/INTO-CPS-Association/packages).
[packages registry](https://github.com/orgs/INTO-CPS-Association/packages)
and on
[npmjs](https://www.npmjs.com/package/@into-cps-association/libms).

Set the registry and install the package with the one of
the two following commands
Expand Down
2 changes: 1 addition & 1 deletion docs/bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### ML Workspace

- the docker container loses network connectivity after three days.
- the docker container slows down a bit after ten days.
The only known solution is to restart the docker container.
You don't need to restart the complete DTaaS platform, restart of
the docker container of ml-workspace is sufficient.
Expand Down
Binary file modified docs/developer/system/C4-L1_diagram.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/developer/system/C4-L2_diagram_detailed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/developer/system/C4-L2_diagram_simplified.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/developer/system/current-status-developer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/developer/system/current-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The figure below shows the current status of the development work.

![Current development status](current-status-developer.png)

If you are interested in C4 representation of the same diagram,
please take a look at
the [C4 L2 diagram](current-status-developer-2.png).

## :lock: User Security

There is authentication mechanisms in place for the react website
Expand Down
9 changes: 2 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ This software is owned by
[The INTO-CPS Association](https://into-cps.org/)
and is available under [the INTO-CPS License](LICENSE.md).

The DTaaS software platform uses [Træfik](https://github.com/traefik/traefik),
[ML Workspace](https://github.com/ml-tooling/ml-workspace),
[Grafana](https://github.com/grafana/grafana),
[InfluxDB](https://github.com/influxdata/influxdb),
[MQTT](https://github.com/eclipse/mosquitto) and
[RabbitMQ](https://github.com/rabbitmq/rabbitmq-server)
open-source components.
The DTaaS software platform uses [third-party](./third-party.md)
open-source software.
These software components have their own licenses.
Binary file modified docs/user/website/digital_twins.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/website/gitlab-sso-1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/website/gitlab-sso-2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/website/gitlab-sso-3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/user/website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ in new browser are:
If you want terminal. Please use the tools dropdown
in the Jupyter Notebook.
The Terminal hyperlink does not always work reliably. If you want
terminal. Please use the tools dropdown in the Jupyter Notebook.
terminal, please use the tools dropdown in the Jupyter Notebook.
![Open terminal in user workspace](../../admin/guides/open_terminal_in_workspace.gif)

## Finally logout

Expand Down
Binary file modified docs/user/website/library.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/website/login.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/website/menu.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/website/workbench.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bb15df

Please sign in to comment.