Repository: ignite
Updated Branches:
  refs/heads/master f3f2f82fc -> e8f79a82d


WC-430 Web Console: Improve DEVNOTES.


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

Branch: refs/heads/master
Commit: e8f79a82dfbc7f2393a8c6cf0d69b0537de84c2e
Parents: f3f2f82
Author: Andrey Novikov <anovi...@gridgain.com>
Authored: Mon Jul 2 11:26:25 2018 +0700
Committer: Andrey Novikov <anovi...@gridgain.com>
Committed: Mon Jul 2 11:26:25 2018 +0700

----------------------------------------------------------------------
 modules/web-console/DEVNOTES.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e8f79a82/modules/web-console/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/modules/web-console/DEVNOTES.txt b/modules/web-console/DEVNOTES.txt
index 53aed02..ba61150 100644
--- a/modules/web-console/DEVNOTES.txt
+++ b/modules/web-console/DEVNOTES.txt
@@ -2,13 +2,13 @@ Ignite Web Console Build Instructions
 =====================================
 1. Install MongoDB (version >=3.2.0 <=3.4.15) using instructions from 
http://docs.mongodb.org/manual/installation.
 2. Install Node.js (version >=8.0.0) using installer from 
https://nodejs.org/en/download/current for your OS.
-3. Change directory to '/modules/web-console/backend' and
+3. Change directory to 'modules/web-console/backend' and
  run "npm install --no-optional" for download backend dependencies.
-4. Change directory to '/modules/web-console/frontend' and
+4. Change directory to 'modules/web-console/frontend' and
  run "npm install --no-optional" for download frontend dependencies.
 5. Build ignite-web-agent module follow instructions from 
'modules/web-console/web-agent/README.txt'.
-6. Copy ignite-web-agent-<version>.zip from 
'/modules/web-console/web-agent/target'
- to '/modules/web-console/backend/agent_dists' folder.
+6. Copy ignite-web-agent-<version>.zip from 
'modules/web-console/web-agent/target'
+ to 'modules/web-console/backend/agent_dists' folder.
 
 Steps 1 - 4 should be executed once.
 
@@ -17,10 +17,10 @@ Ignite Web Console Run In Development Mode
 1. Configure MongoDB to run as service or in terminal change dir to 
$MONGO_INSTALL_DIR/server/3.2/bin
   and start MongoDB by executing "mongod".
 
-2. In new terminal change directory to '/modules/web-console/backend'.
+2. In new terminal change directory to 'modules/web-console/backend'.
    If needed run "npm install --no-optional" (if dependencies changed) and run 
"npm start" to start backend.
 
-3. In new terminal change directory to '/modules/web-console/frontend'.
+3. In new terminal change directory to 'modules/web-console/frontend'.
   If needed run "npm install --no-optional" (if dependencies changed) and 
start webpack in development mode "npm run dev".
 
 4. In browser open: http://localhost:9000

Reply via email to