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 2015/07/29 14:47:37 UTC

incubator-ignite git commit: IGNITE-843 Updated DEVNOTES.txt due to changed module folder.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 a82fce901 -> cc88167f2


IGNITE-843 Updated DEVNOTES.txt due to changed module folder.


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

Branch: refs/heads/ignite-843
Commit: cc88167f2da8e353c77056149400ef1194af6cc3
Parents: a82fce9
Author: AKuznetsov <ak...@gridgain.com>
Authored: Wed Jul 29 19:47:28 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Wed Jul 29 19:47:28 2015 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/DEVNOTES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cc88167f/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
index e8c558c..1673e98 100644
--- a/modules/control-center-web/src/main/js/DEVNOTES.txt
+++ b/modules/control-center-web/src/main/js/DEVNOTES.txt
@@ -4,9 +4,9 @@ Ignite Web Control Center Instructions
 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
+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/web-control-center/src/main/js'.
+4. Change directory '$IGNITE_HOME/modules/control-center-web/src/main/js'.
 5. Run "npm install" in terminal for download all dependencies.
 
 Steps 1 - 5 should be executed once.
@@ -14,8 +14,8 @@ Steps 1 - 5 should be executed once.
 How to run:
 
 1. Run MongoDB.
- 1.1 In terminal change dir to $MONGO_ISNTALL_DIR/server/3.0/bin.
+ 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/web-control-center/src/main/js'.
+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
\ No newline at end of file