Repository: ignite Updated Branches: refs/heads/ignite-843-rc1 78df19b14 -> f69fa1fec
IGNITE-843 Fixed instruction. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f69fa1fe Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f69fa1fe Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f69fa1fe Branch: refs/heads/ignite-843-rc1 Commit: f69fa1fec75dd98018d45a44b8a4b9b3ab56e902 Parents: 78df19b Author: Andrey <[email protected]> Authored: Wed Oct 14 15:42:57 2015 +0700 Committer: Andrey <[email protected]> Committed: Wed Oct 14 15:42:57 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/DEVNOTES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f69fa1fe/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 4859cf1..462cc97 100644 --- a/modules/control-center-web/src/main/js/DEVNOTES.txt +++ b/modules/control-center-web/src/main/js/DEVNOTES.txt @@ -8,6 +8,8 @@ How to deploy: 3. Checkout ignite-843 branch. 4. Change directory '$IGNITE_HOME/modules/control-center-web/src/main/js'. 5. Run "npm install" in terminal for download all dependencies. +6. Build ignite-web-agent module follow instructions from 'modules/control-center-agent/README.txt'. +7. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/control-center-web/src/main/js/public/agent' folder. Steps 1 - 5 should be executed once.
