ofbiz ins

简介: Welcome to Apache OFBiz 12.04!All you need to run OFBiz is a 1.6 (version 6) JDK(not just the JRE, the full JDK).

Welcome to Apache OFBiz 12.04!

All you need to run OFBiz is a 1.6 (version 6) JDK
(not just the JRE, the full JDK).
http://java.sun.com/javase/downloads/index.jsp

You can load the demo data (strongly advised if you are new to
OFBiz) with the following command on the command line
from the OFBiz home folder (in Unix-like operating systems
type "./ant" rather than "ant"):

ant load-demo

Then start OFBiz:

ant start

(or "java -Xms128M -Xmx512M -XX:MaxPermSize=128m -jar ofbiz.jar")

Once OFBiz starts, you can look at the demo storefront at:
http://localhost:8080/ecommerce

and the administration interface at:
https://localhost:8443/webtools

You can log in with the user "admin" and password "ofbiz".

To stop OFBiz:

ant stop

To get the list of available commands:

ant -p

之前说过的那个CRM软件,x2engine;

 

目录
相关文章
|
6月前
flowable项目报错:java.sql.SQLSyntaxErrorException: Table ‘psr_flowable_test.act_ge_property’ doesn’t exi
flowable项目报错:java.sql.SQLSyntaxErrorException: Table ‘psr_flowable_test.act_ge_property’ doesn’t exi
cl.exe is unable to create an executable file
cl.exe is unable to create an executable file
103 0
|
关系型数据库 定位技术 PostgreSQL
|
C# Windows 数据格式
Study Notes Weekly No.4(tracker & csi & execute C# from XSLT file)
本文讲的是Study Notes Weekly No.4(tracker & csi & execute C# from XSLT file),About: use tracker to load dll use csi to bypass Application Whitelisting ...
1656 0