1. 安装SVN客户端,从Apache OFBiz Source Repository获取OFBIZ下载地址。此处以12.04为例,下载地址为http://svn.apache.org/repos/asf/ofbiz/branches/release12.04/:
2. 安装JDK 1.6,不是JRE。注意,ofbiz 13.07必须安装JDK 1.7才可以。
3. 安装OFBIZ演示数据:
$ ant load-demo
4. 启动OFBIZ:
$ ant start
现在,就可以打开浏览器访问OFBIZ了:
Once OFBiz starts, you can look at the demo storefront at: http://localhost:8080/ecommerce the back office at: https://localhost:8443/ordermgr and the administration interface at: https://localhost:8443/webtools You can log in with the user "admin" and password "ofbiz".
用下面的方法查询所有可用的命令:
$ ant -p