You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/06/12 22:53:13 UTC

[dubbo-js] branch master updated: fix beginning steps

This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fcc01c  fix beginning steps
     new 0873a1b  Merge pull request #120 from going-merry0/master
9fcc01c is described below

commit 9fcc01c0800c3535c129d4a3050ec3f450c70e14
Author: hsiaosiyuan0 <hs...@outlook.com>
AuthorDate: Thu Jun 13 00:46:50 2019 +0800

    fix beginning steps
---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index afbf90c..c79545f 100644
--- a/README.md
+++ b/README.md
@@ -116,13 +116,16 @@ docker-compose up
 # start java
 cd java/dubbo-demo
 mvn clean install
-cd dubbo-demo-provider
+cd java/dubbo-demo/dubbo-demo-provider
 mvn clean package
 java -jar target/dubbo-demo-provider-2.6.3-jar-with-dependencies.jar
 
+# build
+make
+
 # start node
 cd example/hello-koa
-DEBUG=dubbo* node server.js
+npm run debug:start
 
 # test /hello
 curl http://localhost:3000/hello