Skip to content

Commit

Permalink
增加README说明
Browse files Browse the repository at this point in the history
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@707 1a56cb94-b969-4eaa-88fa-be21384802f2
  • Loading branch information
william.liangf committed Dec 22, 2011
1 parent e82cb18 commit a782499
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0. Install the subversion and maven command line:

yum install subversion
or: apt-get install subversion
yum install subversion
or: apt-get install subversion

wget http://www.apache.org/dist//maven/binaries/apache-maven-2.2.1-bin.tar.gz
tar zxvf apache-maven-2.2.1-bin.tar.gz
Expand All @@ -10,18 +10,18 @@
1. Checkout the dubbo source code:

svn co http://code.alibabatech.com/svn/dubbo/trunk dubbo
cd dubbo
cd dubbo

2. Build the dubbo binary package:

mvn clean install -Dmaven.test.skip
cd dubbo/target
ls
cd dubbo/target
ls

3. Import the dubbo source code to eclipse project:

mvn eclipse:eclipse
Eclipse -> Menu -> Import -> Exsiting Projects to Workspace -> Browse -> Finish
Eclipse -> Menu -> Import -> Exsiting Projects to Workspace -> Browse -> Finish

4. Install the demo provider:

Expand Down

0 comments on commit a782499

Please sign in to comment.