You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/04/24 12:48:26 UTC

[incubator-dlab] 01/01: [DLAB-1680] Updated documentation(3)

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

dmysakovets pushed a commit to branch DLAB-1680
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit fc24cef9ceb95160b68d0852d8921802d20452d4
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Fri Apr 24 15:48:06 2020 +0300

    [DLAB-1680] Updated documentation(3)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 0d9202b..c6c1e65 100644
--- a/README.md
+++ b/README.md
@@ -121,15 +121,15 @@ Database serves as a storage with description of user infrastructure, user’s s
 
 The following diagrams demonstrate high-level physical architecture of DLab in AWS, GCP and Azure.
 
-Diagram of Dlab physical architecture on AWS:
+### Dlab high level Architecture on AWS: 
 
 ![Physical architecture](doc/dlab_aws.png)
 
-Diagram of Dlab physical architecture on GCP:
+### Dlab high level Architecture on GCP:
 
 ![Physical architecture](doc/dlab_gcp.png)
 
-Diagram of Dlab physical architecture on Azure:
+### Dlab high level Architecture on Azure:
 
 ![Physical architecture](doc/dlab_azure.png)
 
@@ -489,7 +489,7 @@ To build SSN node, following steps should be executed:
 sudo su
 apt-get update
 apt-get install git
-git clone https://github.com/apache/incubator-dlab.git
+git clone https://github.com/apache/incubator-dlab.git -b v2.3-RC1
 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
 add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
 apt-get update


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org