Repository: ignite Updated Branches: refs/heads/ignite-843 9f9265d1b -> f3c4d6f95
IGNITE-843 Minor README change. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e73ae89a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e73ae89a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e73ae89a Branch: refs/heads/ignite-843 Commit: e73ae89ae986c71f45a40ac69f1a2f63f5dab66e Parents: 9f9265d Author: Alexey Kuznetsov <[email protected]> Authored: Tue Sep 8 14:58:00 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Sep 8 14:58:00 2015 +0700 ---------------------------------------------------------------------- modules/control-center-agent/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e73ae89a/modules/control-center-agent/README.txt ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/README.txt b/modules/control-center-agent/README.txt index f59295e..d50431b 100644 --- a/modules/control-center-agent/README.txt +++ b/modules/control-center-agent/README.txt @@ -18,7 +18,7 @@ Test drive of Ignite Web Agent: 1) Get access token on Web Control Center "Profile" screen. - 1) Test drive for metadata load from database. Activated by option: -tm or --test-drive-metadata. + 2) Test drive for metadata load from database. Activated by option: -tm or --test-drive-metadata. In this mode an in-memory H2 database will started. How to evaluate: 1.1) Go to Ignite Web Control Center "Metadata" screen. @@ -26,7 +26,7 @@ Test drive of Ignite Web Agent: 1.3) Select H2 driver and enter JDBC URL: "jdbc:h2:mem:test-drive-db". 1.4) You should see list of available schemas and tables. Select some of them and click "Save". - 2) Test drive for SQL. Activated by option: -ts or --test-drive-sql. + 3) Test drive for SQL. Activated by option: -ts or --test-drive-sql. In this mode internal Ignite node will be started. Cache created and populated with data. How to evaluate: 2.1) Go to Ignite Web Control Center "SQL" menu and select "Create new notebook" menu item.
