You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/01 07:17:31 UTC

[incubator-streampipes-installer] branch dev updated: [hotfix] add recommended browser and installation tip for docker for mac/windows

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new a536969  [hotfix] add recommended browser and installation tip for docker for mac/windows
a536969 is described below

commit a5369697dbdf71a3b45947d27c4362395ffddf18
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Tue Sep 1 09:17:14 2020 +0200

    [hotfix] add recommended browser and installation tip for docker for mac/windows
---
 cli/README.md     | 1 +
 compose/README.md | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/cli/README.md b/cli/README.md
index c9022f1..8ebd526 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -43,6 +43,7 @@ The CLI is basically a wrapper around multiple `docker` and `docker-compose` com
 
 * Docker >= 17.06.0
 * Docker-Compose >= 1.17.0 (Compose file format: 3.4)
+* Google Chrome (recommended), Mozilla Firefox, Microsoft Edge
 * For Windows Developer: GitBash only
 
 
diff --git a/compose/README.md b/compose/README.md
index 2f68bf6..af470a7 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -29,13 +29,16 @@ StreamPipes Compose is a simple collection of user-friendly `docker-compose` fil
 ```bash
 docker-compose up -d
 ```
-Go to http://localhost to finish the installation in the browser.
+Go to http://localhost to finish the installation in the browser. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
 
 ## Prerequisite
 * Docker >= 17.06.0
 * Docker-Compose >= 1.17.0 (Compose file format: 3.4)
+* Google Chrome (recommended), Mozilla Firefox, Microsoft Edge
 
-Tested on: **macOS, Linux, Windows** (CMD, PowerShell, GitBash)
+Tested on: **macOS, Linux, Windows 10** (CMD, PowerShell, GitBash)
+
+**macOS** and **Windows 10** (Pro, Enterprise, Education) users can easily get Docker and Docker-Compose on their systems by installing **Docker for Mac/Windows** (recommended).
 
 > **NOTE**: On purpose, we disabled all port mappings except of http port **80** to access the StreamPipes UI to provide minimal surface for conflicting ports.
 
@@ -52,7 +55,7 @@ We provide two options to get you going:
 docker-compose up -d
 # go to after all services are started http://localhost
 ```
-After all containers are successfully started just got to your browser and visit http://localhost to finish the installation.
+After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
 
 **Stopping** the **default** option is similarly easy:
 ```bash