Skip to content
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

[FEAT]: howto: Add howto-install-eclipse-capella #359

Merged
merged 5 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/howto/howto-configure-arneis-readthedocs-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Type "HOWTO" into the "Search docs" input field and verify that the Markdown pag
<!-- (2022-01-25 05:35 CET) -->

References:

* <https://github.com/B-AROL-O/ARNEIS/issues/85>
* [Preview Documentation from Pull Requests](https://docs.readthedocs.io/page/guides/autobuild-docs-for-pull-requests.html)

Expand All @@ -228,7 +229,7 @@ In order to enable the Pull Request preview feature you should execute the follo

![2022-04-21-2157-howto-rtd-admin.png](../images/2022-04-21-2157-howto-rtd-admin.png)

1. In `Advanced Settings` select **Build pull requests for this project**
2. In `Advanced Settings` select **Build pull requests for this project**

![2022-04-21-2157-howto-rtd-advsetting.png](../images/2022-04-21-2157-howto-rtd-advsetting.png)

Expand Down
32 changes: 32 additions & 0 deletions docs/howto/howto-install-eclipse-capella.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# HOWTO Install Eclipse Capella

## Executive Summary

This document explains how to install [Eclipse Capella&trade;](https://www.eclipse.org/capella/) - an Open Source solution for Model-Based Systems Engineering - and use it for the ARNEIS project.

## Introduction to Eclipse Capella™

Eclipse Capella™ is a comprehensive, extensible and field-proven MBSE tool and method to successfully design systems architecture.

<https://www.youtube.com/watch?v=WSzlN4YT3gM>

### References

* <https://www.eclipse.org/capella/>

## Step-by-step instructions

Open <https://www.eclipse.org/capella/download.html> and download the version of Capella suitable for your host HW and OS.
In my case (HW2457) this is "CAPELLA 6.1 FOR WINDOWS 64-BIT".

![image](https://github.com/B-AROL-O/ARNEIS/assets/75182/871df363-b8a1-4247-be3e-1ad9a1774ad6)

You may select another mirror if you like, otherwise click "Download".

![image](https://github.com/B-AROL-O/ARNEIS/assets/75182/7f1ecce0-cb6e-4aa7-9387-0bcb2abe23de)

You may also support the Eclipse Community by donating some money.

TODO

<!-- EOF -->
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ gone through during the project realization.
* :doc:`howto/howto-configure-arneis-readthedocs-io`
* :doc:`howto/howto-create-landing-page-netlify`
* :doc:`howto/howto-configure-google-analytics`
* :doc:`howto/howto-install-eclipse-capella`
* :doc:`howto/howto-use-mermaid-graphic-tool`

* **Learning AI and related tools**:
Expand Down Expand Up @@ -151,6 +152,7 @@ gone through during the project realization.
howto/howto-configure-arneis-readthedocs-io
howto/howto-create-landing-page-netlify
howto/howto-configure-google-analytics
howto/howto-install-eclipse-capella
howto/howto-use-mermaid-graphic-tool

howto/howto-install-depthai-on-rpi
Expand Down