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 13:22:37 UTC

[incubator-dlab] branch DLAB-1680-dev created (now ef10ae1)

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

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


      at ef10ae1  [DLAB-1680-dev] Updated documentation(3)

This branch includes the following new commits:

     new ef10ae1  [DLAB-1680-dev] Updated documentation(3)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by dm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef10ae11f04fae10973b9fa5aaddaaa2cbab6dc3
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Fri Apr 24 16:21:18 2020 +0300

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

diff --git a/README.md b/README.md
index 0d9202b..bfdb526 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 develop
 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