You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/03/06 15:10:34 UTC

[incubator-streampipes-website] 02/03: Change installer links

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

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

commit d6f91a68863f2b10cb709ded4cb7cb1bf6aaedf4
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sun Mar 6 11:27:01 2022 +0100

    Change installer links
---
 website/download.ejs                          | 15 +--------------
 website/partials/_download_folder_linux.ejs   |  4 ++--
 website/partials/_download_link_to_github.ejs |  4 ++--
 3 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/website/download.ejs b/website/download.ejs
index 5713dff..5b75b6c 100644
--- a/website/download.ejs
+++ b/website/download.ejs
@@ -88,19 +88,6 @@
                                                     </span>
                                 </div>
                                 <div class="col-md-11 col-9">
-                                    Subscribe to our <a href="https://join.slack.com/t/streampipes-community/shared_invite/zt-pvivlspi-RLLqpx7eujbHVb5t1SDXHg">Slack channel</a> and ask us if you have any questions.
-                                </div>
-                            </div>
-                        </li>
-                        <li class="installation-step">
-                            <div class="row" style="align-items: center;justify-content: center;">
-                                <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>
-                                                         <i class="fas fa-check fa-stack-1x" style="color:white;"></i>
-                                                    </span>
-                                </div>
-                                <div class="col-md-11 col-9">
                                     Ask your question on  <a href="https://stackoverflow.com/questions/tagged/streampipes">Stack Overflow</a>.
                                 </div>
                             </div>
@@ -114,7 +101,7 @@
                                                     </span>
                                 </div>
                                 <div class="col-md-11 col-9">
-                                    Send us an <a href="mailto:users@streampipes.apache.org">email</a> and we'll be glad to help!
+                                    Send an <a href="mailto:users@streampipes.apache.org">email</a> to our mailing list and we'll be glad to help!
                                 </div>
                             </div>
                         </li>
diff --git a/website/partials/_download_folder_linux.ejs b/website/partials/_download_folder_linux.ejs
index 5303c8c..55a975d 100644
--- a/website/partials/_download_folder_linux.ejs
+++ b/website/partials/_download_folder_linux.ejs
@@ -7,7 +7,7 @@
             </span>
         </div>
         <div class="col-md-11 col-9">
-            In a command prompt, open the folder <code>compose/</code> and run <code>docker-compose up -d</code>
+            In a command prompt, open the folder <code>installer/compose/</code> and run <code>docker-compose up -d</code>
         </div>
     </div>
-</li>
\ No newline at end of file
+</li>
diff --git a/website/partials/_download_link_to_github.ejs b/website/partials/_download_link_to_github.ejs
index 16ec76c..cc9e2be 100644
--- a/website/partials/_download_link_to_github.ejs
+++ b/website/partials/_download_link_to_github.ejs
@@ -7,7 +7,7 @@
             </span>
         </div>
         <div class="col-md-11 col-9">
-            For a detailed description of the installer go to the <a href="https://github.com/apache/incubator-streampipes-installer">GitHub repository</a>
+            For a detailed description of the installer go to the <a href="https://github.com/apache/incubator-streampipes/tree/dev/installer">GitHub repository</a>
         </div>
     </div>
-</li>
\ No newline at end of file
+</li>