You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/10/29 21:58:51 UTC

[incubator-streampipes-website] branch dev updated: Update installation process

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new effedb7  Update installation process
effedb7 is described below

commit effedb7abe68a39cdb694e7c8254a62f43f6c863
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Oct 29 22:57:51 2020 +0100

    Update installation process
---
 website/download.ejs                                                | 6 +++---
 website/partials/_download_folder_linux.ejs                         | 3 +--
 website/partials/_download_folder_win.ejs                           | 3 +--
 .../{_download_select_version.ejs => _download_link_to_github.ejs}  | 4 ++--
 website/partials/_download_open_browser.ejs                         | 2 +-
 website/partials/_nav.ejs                                           | 2 +-
 6 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/website/download.ejs b/website/download.ejs
index 384924a..548e2d3 100644
--- a/website/download.ejs
+++ b/website/download.ejs
@@ -55,10 +55,10 @@
                                 <hr/>
                                 <%- partial("partials/_download_folder_linux.ejs") %>
                                 <hr/>
-                                <%- partial("partials/_download_select_version.ejs") %>
-                                <hr/>
                                 <%- partial("partials/_download_open_browser.ejs") %>
                                 <hr/>
+                                <%- partial("partials/_download_link_to_github.ejs") %>
+                                <hr/>
                             </ul>
                         </div>
                         <div class="tab-pane fade" id="windows10" role="tabpanel"
@@ -66,8 +66,8 @@
                             <ul>
                                 <%- partial("partials/_download_box.ejs") %>
                                 <%- partial("partials/_download_folder_win.ejs") %>
-                                <%- partial("partials/_download_select_version.ejs") %>
                                 <%- partial("partials/_download_open_browser.ejs") %>
+                                <%- partial("partials/_download_link_to_github.ejs") %>
                             </ul>
                         </div>
                     </div>
diff --git a/website/partials/_download_folder_linux.ejs b/website/partials/_download_folder_linux.ejs
index b0386ac..5303c8c 100644
--- a/website/partials/_download_folder_linux.ejs
+++ b/website/partials/_download_folder_linux.ejs
@@ -7,8 +7,7 @@
             </span>
         </div>
         <div class="col-md-11 col-9">
-            In a command prompt, open the folder <code>installer/osx_linux</code> and run <code>./streampipes
-                start</code>.
+            In a command prompt, open the folder <code>compose/</code> and run <code>docker-compose up -d</code>
         </div>
     </div>
 </li>
\ No newline at end of file
diff --git a/website/partials/_download_folder_win.ejs b/website/partials/_download_folder_win.ejs
index 6a96107..5303c8c 100644
--- a/website/partials/_download_folder_win.ejs
+++ b/website/partials/_download_folder_win.ejs
@@ -7,8 +7,7 @@
             </span>
         </div>
         <div class="col-md-11 col-9">
-            In a command prompt, open the folder <code>installer/windows10</code> and run <code>streampipes.bat
-                start</code>.
+            In a command prompt, open the folder <code>compose/</code> and run <code>docker-compose up -d</code>
         </div>
     </div>
 </li>
\ No newline at end of file
diff --git a/website/partials/_download_select_version.ejs b/website/partials/_download_link_to_github.ejs
similarity index 70%
rename from website/partials/_download_select_version.ejs
rename to website/partials/_download_link_to_github.ejs
index 24cc96f..16ec76c 100644
--- a/website/partials/_download_select_version.ejs
+++ b/website/partials/_download_link_to_github.ejs
@@ -3,11 +3,11 @@
         <div class="col-md-1 col-3">
             <span class="fa-stack fa-2x">
                  <i class="fas fa-circle fa-stack-2x sp-color-green"></i>
-                 <strong class="fa-stack-1x" style="color:white;">3</strong>
+                 <strong class="fa-stack-1x" style="color:white;">4</strong>
             </span>
         </div>
         <div class="col-md-11 col-9">
-            When asked, select the version you would like to run (lite or full).
+            For a detailed description of the installer go to the <a href="https://github.com/apache/incubator-streampipes-installer">GitHub repository</a>
         </div>
     </div>
 </li>
\ No newline at end of file
diff --git a/website/partials/_download_open_browser.ejs b/website/partials/_download_open_browser.ejs
index acd9a9f..95d64f7 100644
--- a/website/partials/_download_open_browser.ejs
+++ b/website/partials/_download_open_browser.ejs
@@ -3,7 +3,7 @@
         <div class="col-md-1 col-3">
             <span class="fa-stack fa-2x">
                  <i class="fas fa-circle fa-stack-2x sp-color-green"></i>
-                 <strong class="fa-stack-1x" style="color:white;">4</strong>
+                 <strong class="fa-stack-1x" style="color:white;">3</strong>
             </span>
         </div>
         <div class="col-md-11 col-9">
diff --git a/website/partials/_nav.ejs b/website/partials/_nav.ejs
index 6e4294c..8e252bf 100644
--- a/website/partials/_nav.ejs
+++ b/website/partials/_nav.ejs
@@ -1,6 +1,6 @@
 <div class="header-banner">
     <div class="header-banner-news">
-        <b>The Apache StreamPipes (incubating) community is pleased to announce our new Apache release! Download the latest version <a class="banner-link" href="/download.html">here</a>!</b>
+        <b>The Apache StreamPipes (incubating) community is pleased to announce our new Apache release! Download the latest version (0.67.0) <a class="banner-link" href="/download.html">here</a>!</b>
     </div>
     <div style="display: flex; align-items: center;justify-content: flex-end;padding-right:20px;height:40px;">
         <span flex></span>