Repository: ignite Updated Branches: refs/heads/master 909cfe0cf -> fc1241387
IGNITE-843 Minor fix in DEVNOTES. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2a35fb6f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2a35fb6f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2a35fb6f Branch: refs/heads/master Commit: 2a35fb6f02d6031e7f7b6a61e01579c48c081a67 Parents: 9eb219c Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed May 18 19:45:06 2016 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed May 18 19:45:06 2016 +0700 ---------------------------------------------------------------------- modules/web-console/DEVNOTES.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2a35fb6f/modules/web-console/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/web-console/DEVNOTES.txt b/modules/web-console/DEVNOTES.txt index a7c69ff..5a10a48 100644 --- a/modules/web-console/DEVNOTES.txt +++ b/modules/web-console/DEVNOTES.txt @@ -5,13 +5,12 @@ How to deploy locally: 1. Install locally MongoDB (version >=3.x) follow instructions from site http://docs.mongodb.org/manual/installation 2. Install locally NodeJS (version >=4.x) using installer from site https://nodejs.org for your OS. -3. Checkout ignite-1.6 branch. -4. Change directory '$IGNITE_HOME/modules/web-console/src/main/js'. -5. Run "npm install" in terminal for download all dependencies. -6. Build ignite-web-agent module follow instructions from 'modules/web-agent/README.txt'. -7. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/web-console/src/main/js/serve/agent_dists' folder. +3. Change directory '$IGNITE_HOME/modules/web-console/src/main/js'. +4. Run "npm install" in terminal for download all dependencies. +5. Build ignite-web-agent module follow instructions from 'modules/web-agent/README.txt'. +6. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/web-console/src/main/js/serve/agent_dists' folder. -Steps 1 - 7 should be executed once. +Steps 1 - 6 should be executed once. How to run console in development mode: