You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/11/03 03:59:08 UTC

ignite git commit: IGNITE-843 Moved DEVNOTES

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 a92d3efdb -> 3c762c5de


IGNITE-843 Moved DEVNOTES


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

Branch: refs/heads/ignite-843-rc1
Commit: 3c762c5def951fdae0ee4da62f462d7c962347f2
Parents: a92d3ef
Author: Andrey <an...@gridgain.com>
Authored: Tue Nov 3 09:59:00 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Tue Nov 3 09:59:00 2015 +0700

----------------------------------------------------------------------
 modules/control-center-web/DEVNOTES.txt         | 23 ++++++++++++++++++++
 .../control-center-web/src/main/js/DEVNOTES.txt | 23 --------------------
 2 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3c762c5d/modules/control-center-web/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/modules/control-center-web/DEVNOTES.txt b/modules/control-center-web/DEVNOTES.txt
new file mode 100644
index 0000000..462cc97
--- /dev/null
+++ b/modules/control-center-web/DEVNOTES.txt
@@ -0,0 +1,23 @@
+Ignite Web Console Instructions
+======================================
+
+How to deploy:
+
+1. Install locally NodeJS using installer from site https://nodejs.org for your OS.
+2. Install locally MongoDB follow instructions from site http://docs.mongodb.org/manual/installation
+3. Checkout ignite-843 branch.
+4. Change directory '$IGNITE_HOME/modules/control-center-web/src/main/js'.
+5. Run "npm install" in terminal for download all dependencies.
+6. Build ignite-web-agent module follow instructions from 'modules/control-center-agent/README.txt'.
+7. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/control-center-web/src/main/js/public/agent' folder.
+
+Steps 1 - 5 should be executed once.
+
+How to run:
+
+1. Run MongoDB.
+ 1.1 In terminal change dir to $MONGO_INSTALL_DIR/server/3.0/bin.
+ 1.2 Run "mongod".
+2. In new terminal change directory '$IGNITE_HOME/modules/control-center-web/src/main/js'.
+3. Start application by executing "npm start".
+4. In browser open: http://localhost:3000

http://git-wip-us.apache.org/repos/asf/ignite/blob/3c762c5d/modules/control-center-web/src/main/js/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/DEVNOTES.txt b/modules/control-center-web/src/main/js/DEVNOTES.txt
deleted file mode 100644
index 462cc97..0000000
--- a/modules/control-center-web/src/main/js/DEVNOTES.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Ignite Web Console Instructions
-======================================
-
-How to deploy:
-
-1. Install locally NodeJS using installer from site https://nodejs.org for your OS.
-2. Install locally MongoDB follow instructions from site http://docs.mongodb.org/manual/installation
-3. Checkout ignite-843 branch.
-4. Change directory '$IGNITE_HOME/modules/control-center-web/src/main/js'.
-5. Run "npm install" in terminal for download all dependencies.
-6. Build ignite-web-agent module follow instructions from 'modules/control-center-agent/README.txt'.
-7. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/control-center-web/src/main/js/public/agent' folder.
-
-Steps 1 - 5 should be executed once.
-
-How to run:
-
-1. Run MongoDB.
- 1.1 In terminal change dir to $MONGO_INSTALL_DIR/server/3.0/bin.
- 1.2 Run "mongod".
-2. In new terminal change directory '$IGNITE_HOME/modules/control-center-web/src/main/js'.
-3. Start application by executing "npm start".
-4. In browser open: http://localhost:3000