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 2016/09/08 04:46:38 UTC

[21/50] [abbrv] ignite git commit: Updated development instructions.

Updated development instructions.


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

Branch: refs/heads/ignite-3629
Commit: 38f0e0a03ce20a9ca66f6a18a2ca2d2ad3025e19
Parents: a4f7df4
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Fri Aug 26 15:29:56 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Aug 26 15:29:56 2016 +0700

----------------------------------------------------------------------
 modules/web-console/DEVNOTES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/38f0e0a0/modules/web-console/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/modules/web-console/DEVNOTES.txt b/modules/web-console/DEVNOTES.txt
index d48a042..27211aa 100644
--- a/modules/web-console/DEVNOTES.txt
+++ b/modules/web-console/DEVNOTES.txt
@@ -19,7 +19,8 @@ How to deploy locally:
 6. Change directory to '$IGNITE_HOME/modules/web-console/frontend' and
  run "npm install --no-optional" for download frontend dependencies.
 7. Build ignite-web-agent module follow instructions from 'modules/web-agent/README.txt'.
-8. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/web-console/backend/agent_dists' folder.
+8. Copy ignite-web-agent-<version>.zip from '$IGNITE_HOME/modules/web-console/web-agent/target'
+ to '$IGNITE_HOME/modules/web-console/backend/agent_dists' folder.
 
 Steps 1 - 8 should be executed once.