ubuntu 第一次約會ofbiz

來源:互聯網
上載者:User

準備工作:
1.apache-ofbiz-10.04 :http://ofbiz.apache.org/;
2.JDK安裝,設定$JAVA_HOME為JDK的地址;

3.安裝Ant;

開始:
1.解壓ofbiz
    apache-ofbiz-10.04解壓到一個目錄,例如在/home/nie/ofbiz/下;
2.編譯ofbiz
    開啟終端,進入到目錄/home/nie/ofbiz/下,

cd /home/nie/ofbiz/apache-ofbiz-10.04/

* 執行ant指令碼

./ant run-install

因為在目錄之下有一個build.xml檔案,其編譯過程基本上要調用所有的目錄下的ant檔案,整體上達到全部編譯的效果,內容如下:

<target name="build" depends="ofbiz-init">        <echo message="[build] ========== Start Building (Compile) =========="/>        <subant inheritall="false">            <filelist dir="." files="framework/build.xml"/>        </subant>        <subant inheritall="false" failonerror="${applications.present}">            <filelist dir="." files="applications/build.xml"/>        </subant>        <subant inheritall="false" failonerror="${specialpurpose.present}">            <filelist dir="." files="specialpurpose/build.xml"/>        </subant>        <subant inheritall="false">            <fileset dir="${basedir}/hot-deploy" casesensitive="no">                <exclude name="disabled/**"/>                <include name="*/build.xml"/>            </fileset>        </subant>        <antcall target="clean-svninfo"></antcall>        <echo message="[build] ========== Done Building (Compile) =========="/>    </target>

 

3. 使用內建tomcat,內建apache Derby(java database)運行ofbiz:

./startofbiz.sh

 

4.開啟瀏覽器訪問地址:

ofbiz電子商務網址:http://127.0.0.1:8080/ecommerce/

ofbiz webtool:https://127.0.0.1:8443/webtools

 

5.可以研究了,萬裡長征邁出了第一步~

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.