Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 8a3357242 -> 766a6c2f4
IGNITE-843 Updated DEVNOTES.txt Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/58e0c64c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/58e0c64c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/58e0c64c Branch: refs/heads/ignite-843 Commit: 58e0c64cff5fa2f0e4dd3f8725f5788c42d35eb5 Parents: 8a33572 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Jul 22 21:50:44 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed Jul 22 21:50:44 2015 +0700 ---------------------------------------------------------------------- modules/web-control-center/src/main/js/DEVNOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/58e0c64c/modules/web-control-center/src/main/js/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/web-control-center/src/main/js/DEVNOTES.txt b/modules/web-control-center/src/main/js/DEVNOTES.txt index aa56011..e8c558c 100644 --- a/modules/web-control-center/src/main/js/DEVNOTES.txt +++ b/modules/web-control-center/src/main/js/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/web-control-center/nodejs'. +4. Change directory '$IGNITE_HOME/modules/web-control-center/src/main/js'. 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/web-control-center/nodejs'. +2. In new terminal change directory '$IGNITE_HOME/modules/web-control-center/src/main/js'. 3. Start application by executing "npm start". 4. In browser open: http://localhost:3000 \ No newline at end of file