You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2016/02/02 17:49:01 UTC

ignite git commit: IGNITE-843 WIP Getting started content.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 b755b6337 -> 93588b724


IGNITE-843 WIP Getting started content.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/93588b72
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/93588b72
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/93588b72

Branch: refs/heads/ignite-843-rc2
Commit: 93588b72458d206200215e602470578801b37eed
Parents: b755b63
Author: AKuznetsov <ak...@gridgain.com>
Authored: Tue Feb 2 23:48:52 2016 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Tue Feb 2 23:48:52 2016 +0700

----------------------------------------------------------------------
 .../src/main/js/app/data/getting-started.json   |  23 +++++++++++--------
 .../src/main/js/public/images/apache-ignite.png | Bin 0 -> 540262 bytes
 2 files changed, 14 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/93588b72/modules/control-center-web/src/main/js/app/data/getting-started.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/app/data/getting-started.json b/modules/control-center-web/src/main/js/app/data/getting-started.json
index 1c0a37b..682ff7c 100644
--- a/modules/control-center-web/src/main/js/app/data/getting-started.json
+++ b/modules/control-center-web/src/main/js/app/data/getting-started.json
@@ -2,17 +2,28 @@
     {
         "title": "What is Apache Ignite",
         "message": [
-            "Apache Ignite is a ..."
+            "<p><b>Apache Ignite</b>  is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.</p>",
+            "<img src=\"/images/apache-ignite.png\" width=\"100%\" />",
+            "<p><b>Apache Ignite</b> is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid, highly available service grid, and streaming.</p>"
         ]
     },
     {
         "title": "What is Apache Ignite Web Console",
         "message": [
-            "Apache Ignite Web Console is a powerful tool for configuration of your cluster."
+            "<p><b>Apache Ignite Web Console</b> is a powerful tool for configuration and management of your clusters.</p>",
+            "<p>With Apache Ignite Web Console you can:<p>",
+            "<ul>",
+            "<li>Configure clusters</li>",
+            "<li>Import domain model from database or describe it manually</li>",
+            "<li>Configure all needed caches</li>",
+            "<li>Configure IGFS in-memory file systems</li>",
+            "<li>Preview generated XML and Java code in browser</li>",
+            "<li>Download fully functional Maven project with generated XML and Java code</li>",
+            "</ul>"
         ]
     },
     {
-        "title": "Get started",
+        "title": "Cluster screen",
         "message": [
             "In cluster configuration you can follow next steps:",
             "<ul>",
@@ -24,12 +35,6 @@
         ]
     },
     {
-        "title": "Cluster screen",
-        "message": [
-            "TODO"
-        ]
-    },
-    {
         "title": "Domain model screen",
         "message": [
             "TODO"

http://git-wip-us.apache.org/repos/asf/ignite/blob/93588b72/modules/control-center-web/src/main/js/public/images/apache-ignite.png
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/public/images/apache-ignite.png b/modules/control-center-web/src/main/js/public/images/apache-ignite.png
new file mode 100644
index 0000000..0db163a
Binary files /dev/null and b/modules/control-center-web/src/main/js/public/images/apache-ignite.png differ