You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,9 @@
3
3
## LAD: Leda App Deployer – an Eclipse Leda Extension for Visual Studio Code
4
4
5
5
6
-
LAD facilitates the installation of an Eclipse Velocitas App on a target device running Eclipse Leda (with Kanto). With LAD, three different deployment options called "STAGES" are selectable, to save time during Vehicle App development.
6
+
LAD facilitates the installation of an Eclipse Velocitas App on a target device running Eclipse Leda (with Kanto). With LAD, three different deployment options called "Deployment-Variants" are selectable, to save time during Vehicle App development.
7
7
8
-
9
-
**Important NOTE:** The base requirement is to have one (or many) target device(s) which can be accessed from this source device via SSH. Each STAGE requires configurations on the source and/or the target system, which is described in the prerequisites of each STAGE. The plugin expects that Leda is running as Operating System on the target device. If you wish to use the plugin for deployment on a different operating system and not use Leda, refer to "Prerequisites for Plugin Usage on different Operating Systems (without Leda)"
8
+
**Important NOTE:** The base requirement is to have one (or many) target device(s) which can be accessed from this source device via SSH. Each Deployment-Variant requires configurations on the source and/or the target system, which is described in the prerequisites of each Deployment-Variant. If you with to use the plugin for deployment on a different operating system and not use Leda, refer to "Prerequisites for Plugin Usage on different Operating Systems (without Leda)"
10
9
11
10
## Install the Extension in Visual Studio Code
12
11
LAD is not published on the official Marketplace of Visual Studio Code by now. You need to manually install the Extension in Visual Studio Code by following these simple steps:
@@ -29,13 +28,13 @@ If code is not present, do the following to install it:
29
28
30
29
After successful installation, LAD is now visible in Visual Studio Code as an Extension button that looks like a target ◎.
31
30
32
-
## Three different Ways (called "STAGES") to deploy your Application
31
+
## Three different Ways (called "Deployment-Variants") to deploy your Application
33
32
34
-
### STAGE 1: The Remote Build
33
+
### Deployment-Variant 01: The Remote Build
35
34
36
35
**Description:**
37
36
38
-
Use this STAGE to install Velocitas App images on a target device from a remote source. Images refer to the available images in the GitHub repositories' registry (ghcr) your application is pulled from. The target system automatically downloads the specified image from the remote GitHub Repository with the help of LAD. You can choose between the different image releases available for your Repository via dropdown.
37
+
Use this Deployment-Variant to install Velocitas App images on a target device from a remote source. Images refer to the available images in the GitHub repositories' registry (ghcr) your application is pulled from. The target system automatically downloads the specified image from the remote GitHub Repository with the help of LAD. You can choose between the different image releases available for your Repository via dropdown.
39
38
40
39
**Prerequisites:**
41
40
@@ -46,7 +45,7 @@ Use this STAGE to install Velocitas App images on a target device from a remote
**Detailed steps the Extension performs for you:**
@@ -60,13 +59,13 @@ Use this STAGE to install Velocitas App images on a target device from a remote
60
59
61
60
62
61
63
-
### STAGE 2: The Hybrid Build
62
+
### Deployment-Variant 02: The Hybrid Build
64
63
65
64
66
65
67
66
**Description:**
68
67
69
-
Use this STAGE to first download the Velocitas App image from the web (or specify a local path to a .tar file) and then transfer it to the target system via a local network. The target system does not require an Internet connection. If a local path is specified, the source device does not require an internet connection as well.
68
+
Use this Deployment-Variant to first download the Velocitas App image from the web (or specify a local path to a .tar file) and then transfer it to the target system via a local network. The target system does not require an Internet connection. If a local path is specified, the source device does not require an internet connection as well.
70
69
71
70
**Prerequisites:**
72
71
@@ -76,7 +75,7 @@ Use this STAGE to first download the Velocitas App image from the web (or specif
@@ -94,13 +93,13 @@ Use this STAGE to first download the Velocitas App image from the web (or specif
94
93
95
94
96
95
97
-
### STAGE 3: The Local Build
96
+
### Deployment-Variant 03: The Local Build
98
97
99
98
100
99
101
100
**Description:**
102
101
103
-
Use this STAGE to build the Velocitas App image locally via Docker build. The deployment is completely done on a local network, so no internet connection is required, neither on the source device nor on the target device.
102
+
Use this Deployment-Variant to build the Velocitas App image locally via Docker build. The deployment is completely done on a local network, so no internet connection is required, neither on the source device nor on the target device.
104
103
105
104
106
105
@@ -114,7 +113,7 @@ Use this STAGE to build the Velocitas App image locally via Docker build. The de
Copy file name to clipboardExpand all lines: resources/userManual.html
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@
9
9
<h1>Welcome to the User Manual for LAD: Leda App Deployer</h1>
10
10
<p>
11
11
LAD facilitates the installation of an Eclipse Velocitas App on a target device running Eclipse Leda (with Kanto).
12
-
With LAD, three different deployment options called "STAGES" are selectable.
12
+
With LAD, three different deployment options called "Deployment-Variants" are selectable.
13
13
14
14
<p><strong>NOTE:</strong> The base requirement is to have one (or many) target device(s) which can be accessed from this source device via SSH.
15
-
<br>Each STAGE requires configurations on the source and/or the target system, which is described in the prerequisites of each STAGE.</p>
15
+
<br>Each Deployment-Variant requires configurations on the source and/or the target system, which is described in the prerequisites of each Deployment-Variant.</p>
16
16
</p>
17
17
<br>
18
18
19
-
<h2>Three different Ways (called "STAGES") to deploy your Application </h2>
19
+
<h2>Three different Ways (called "Deployment-Variants") to deploy your Application </h2>
20
20
21
-
<h3>STAGE 1: The Remote Build</h3>
21
+
<h3>Deployment-Variant 01: The Remote Build</h3>
22
22
<divstyle="margin-left: 40px">
23
23
24
24
<p><strong>Description:</strong></p>
25
25
<p>
26
-
Use this STAGE to install Velocitas App images on target device from a remote source. Images refer to the available images in the GitHub repositories' registry (ghcr) your application is pulled from.
26
+
Use this Deployment-Variant to install Velocitas App images on target device from a remote source. Images refer to the available images in the GitHub repositories' registry (ghcr) your application is pulled from.
27
27
<br>The target system automatically downloads the specified image from the remote GitHub Repository with the help of LAD. You can choose between the different image releases which are available for your Repository via dropdown.
28
28
</p>
29
29
@@ -34,7 +34,7 @@ <h3>STAGE 1: The Remote Build</h3>
34
34
</ul>
35
35
36
36
<p><strong>The process:</strong></p>
37
-
<imgsrc="${stage_1}" width="500" />
37
+
<imgsrc="${deployment-variant_1}" width="500" />
38
38
39
39
<p><strong>Detailed steps the extension performs for you: </strong></p>
40
40
<ol>
@@ -48,12 +48,12 @@ <h3>STAGE 1: The Remote Build</h3>
48
48
</br>
49
49
</div>
50
50
51
-
<h3>STAGE 2: The Hybrid Build</h3>
51
+
<h3>Deployment-Variant 02: The Hybrid Build</h3>
52
52
<divstyle="margin-left: 40px">
53
53
54
54
<p><strong>Description:</strong></p>
55
55
<p>
56
-
Use this STAGE to first download the Velocitas App image from the web (or specify a local path to .tar file) and then transfers it to the target system via local network.
56
+
Use this Deployment-Variant to first download the Velocitas App image from the web (or specify a local path to .tar file) and then transfers it to the target system via local network.
57
57
<br>The target system does not require an Internet connection. If a local path is specified, source device does not require an internet connection as well.
58
58
</p>
59
59
<p><strong>Prerequisites:</strong></p>
@@ -62,7 +62,7 @@ <h3>STAGE 2: The Hybrid Build</h3>
62
62
</ul>
63
63
64
64
<p><strong>The process:</strong></p>
65
-
<imgsrc="${stage_2}" width="500" />
65
+
<imgsrc="${deployment-variant_2}" width="500" />
66
66
67
67
<p><strong>Detailed steps the extension performs for you: </strong></p>
68
68
<ol>
@@ -77,12 +77,12 @@ <h3>STAGE 2: The Hybrid Build</h3>
77
77
</br>
78
78
</div>
79
79
80
-
<h3>STAGE 3: The local build</h3>
80
+
<h3>Deployment-Variant 03: The local build</h3>
81
81
<divstyle="margin-left: 40px">
82
82
83
83
<p><strong>Description:</strong></p>
84
84
<p>
85
-
Use this STAGE to build the Velocitas App image locally via Docker build.
85
+
Use this Deployment-Variant to build the Velocitas App image locally via Docker build.
86
86
<br>The deployment is completely done in local network, so no internet connection is required, neither on the source device, nor on the target device.
87
87
</p>
88
88
@@ -93,7 +93,7 @@ <h3>STAGE 3: The local build</h3>
93
93
<li>Local registry on target device: Allow the use beforehand by referring to section "Add the local registry on the target device".</li>
94
94
</ul>
95
95
<p><strong>The process:</strong></p>
96
-
<imgsrc="${stage_3}" width="500" />
96
+
<imgsrc="${deployment-variant_3}" width="500" />
97
97
<p><strong>Detailed steps the extension performs for you: </strong></p>
98
98
<ol>
99
99
<li>Builds Docker Image (checks included)</li>
@@ -133,9 +133,9 @@ <h3>Add, remove & edit target devices; run apps on device</h3>
133
133
<br> To deploy a Velocitas App with LAD, you can choose between the three variants described above:
134
134
<br>
135
135
<ul>
136
-
<li>The cloud icon without arrow executes STAGE 1 option - "Deploy remote built image remote". </li>
137
-
<li>The cloud with the arrow executes STAGE 2 option - "Deploy local built image remote". </li>
138
-
<li>The document icon with the arrow executes STAGE 3 option "Deploy local built image local"</li>
136
+
<li>The cloud icon without arrow executes Deployment-Variant 01 option - "Deploy remote built image remote". </li>
137
+
<li>The cloud with the arrow executes Deployment-Variant 02 option - "Deploy local built image remote". </li>
138
+
<li>The document icon with the arrow executes Deployment-Variant 03 option "Deploy local built image local"</li>
0 commit comments