IgGusev commented on code in PR #1767:
URL: https://github.com/apache/ignite-3/pull/1767#discussion_r1131098619


##########
DEVNOTES.md:
##########
@@ -14,26 +14,28 @@
 ***
 
 
-## Building Ignite
-Ignite follows standard guidelines for multi-module Gradle projects, so it can 
be easily built using the following command from the project root directory 
(you can disable the tests when building using `-x test`):
+## Quick Start
+Ignite follows standard guidelines for multi-module Gradle projects, so it can 
be easily built using the following command from the project
+root directory:
 ```
 gradlew clean build
 ```
-Upon build completion, CLI tool can be found be under `modules/cli/build` 
directory. Use `ignite` on Linux and MacOS, or `ignite.exe` on Windows.
-***
+Apart from building the project itself this command performs a few additional 
actions, for instance, testing. The build runs faster if
+these actions are disabled as described in the next section.
 
-# Gradle build
-
-## Prerequisites
-* Java 11 SDK
+To start an ignite-3 instance, package Apache Ignite 3 as described below and 
then follow [the user 
guide](https://ignite.apache.org/docs/3.0.0-beta/quick-start/getting-started-guide).
 ***
 
 
 ## Building Ignite
-Ignite follows standard guidelines for multi-module Gradle projects, so it can 
be easily built using the following command from the project 
-root directory (you can disable the tests when building using `-x test`):
+Ignite follows standard guidelines for multi-module Gradle projects, so it can 
be easily built using the following command from the project
+root directory (the tests are disabled with `-x test -x integrationTest` 
options):
 ```shell
-./gradlew clean build -x test
+./gradlew clean build -x test -x integrationTest
+```
+And for a really fast build some other actions can be disabled too:

Review Comment:
   For a really fast build some other actions can be disabled too:



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to