Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 95bb00d52 -> 53660999b
# ignite-843 WIP Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/abe3302e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/abe3302e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/abe3302e Branch: refs/heads/ignite-843 Commit: abe3302e61544775f67f5674100bc571b92feaab Parents: 95bb00d Author: Andrey <anovi...@gridgain.com> Authored: Fri May 15 13:02:42 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri May 15 15:33:15 2015 +0700 ---------------------------------------------------------------------- modules/webconfig/nodejs/DEVNOTES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/abe3302e/modules/webconfig/nodejs/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/DEVNOTES.txt b/modules/webconfig/nodejs/DEVNOTES.txt new file mode 100644 index 0000000..b4661ea --- /dev/null +++ b/modules/webconfig/nodejs/DEVNOTES.txt @@ -0,0 +1,15 @@ +Ignite Web Configurator Build Instructions +====================================== + +Before run need install locally: + +1. NodeJS(npm) +2. MongoDB + +To run: + +1. Run following command in terminal for upload all dependence: "npm install" in app folder. +2. Run MongoDB. +3. Start application by following command in terminal: "npm start" in app folder. + +Open in browser: localhost:3000 \ No newline at end of file