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

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new ca97d097f6 IGNITE-18218 Add documentation for cluster init (#1387)
ca97d097f6 is described below

commit ca97d097f6fcb08a3f3247c1982e012e2cf6061d
Author: IgGusev <[email protected]>
AuthorDate: Wed Nov 30 11:13:39 2022 +0200

    IGNITE-18218 Add documentation for cluster init (#1387)
---
 docs/_docs/includes/ignite-cli-download-windows.adoc | 2 +-
 docs/_docs/quick-start/getting-started-guide.adoc    | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/includes/ignite-cli-download-windows.adoc 
b/docs/_docs/includes/ignite-cli-download-windows.adoc
index 62b512bb3b..a62d911164 100644
--- a/docs/_docs/includes/ignite-cli-download-windows.adoc
+++ b/docs/_docs/includes/ignite-cli-download-windows.adoc
@@ -14,5 +14,5 @@
 // limitations under the License.
 
 // tag::command[]
-curl 
"https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha5/apache-ignite-3.0.0-alpha5.zip";
 -o apache-ignite-3.0.0-alpha5.zip
+curl 
"https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-beta1/ignite3-3.0.0-beta1.zip";
 -o ignite3-3.0.0-beta1.zip
 // end::command[]
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc 
b/docs/_docs/quick-start/getting-started-guide.adoc
index 1536fe421d..a861943515 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -71,7 +71,13 @@ bash ignite3-cli-3.0.0-beta1\bin\ignite3
 ----
 --
 
-After you start the node, you can start working on it. For example, you can 
perform sql requests from the command line, or use the thin client to perform 
requests.
+After you start the node, you need to initialize a cluster. To do this, use 
the `cluster init` command:
+
+----
+cluster init -n=sampleCluster -m=defaultNode
+----
+
+This command creates a simple cluster you can interact with. For example, you 
can perform sql requests from the command line, or use the thin client to 
perform requests.
 
 
 == Stopping the Cluster

Reply via email to