• 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).
    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;

  • 相关阅读:
    字符串系列复习
    点分治总结
    LCT总结
    网络流总结
    centOS7下安装GUI图形界面
    周记 2014.10.8
    周记 2014.9.28
    周记 2014.9.20
    tar命令
    [转]bit与byte
  • 原文地址:https://www.cnblogs.com/ruiy/p/ofbiz.html
Copyright © 2020-2023  润新知