You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2015/07/15 21:17:20 UTC

[32/45] incubator-ignite git commit: IGNITE-843 Fixed devnotes.

IGNITE-843 Fixed devnotes.


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

Branch: refs/heads/ignite-1121
Commit: bf14daf5aa992e41b5defca5b1fe596a296c8487
Parents: 5c648af
Author: AKuznetsov <ak...@gridgain.com>
Authored: Wed Jul 15 15:17:58 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Wed Jul 15 15:17:58 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/DEVNOTES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bf14daf5/modules/web-control-center/nodejs/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/DEVNOTES.txt b/modules/web-control-center/nodejs/DEVNOTES.txt
index 6954fae..aa56011 100644
--- a/modules/web-control-center/nodejs/DEVNOTES.txt
+++ b/modules/web-control-center/nodejs/DEVNOTES.txt
@@ -6,7 +6,7 @@ How to deploy:
 1. Install locally NodeJS using installer from site https://nodejs.org for your OS.
 2. Install locally MongoDB folow instructions from site http://docs.mongodb.org/manual/installation
 3. Checkout ignite-843 branch.
-4. Change directory '$IGNITE_HOME/modules/webconfig/nodejs'.
+4. Change directory '$IGNITE_HOME/modules/web-control-center/nodejs'.
 5. Run "npm install" in terminal for download all dependencies.
 
 Steps 1 - 5 should be executed once.
@@ -16,6 +16,6 @@ How to run:
 1. Run MongoDB.
  1.1 In terminal change dir to $MONGO_ISNTALL_DIR/server/3.0/bin.
  1.2 Run "mongod".
-2. In new terminal change directory '$IGNITE_HOME/modules/webconfig/nodejs'.
+2. In new terminal change directory '$IGNITE_HOME/modules/web-control-center/nodejs'.
 3. Start application by executing "npm start".
 4. In browser open: http://localhost:3000
\ No newline at end of file