You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/04/09 07:46:27 UTC

svn commit: r1857147 - /ofbiz/tools/wiki-files/README.html

Author: jleroux
Date: Tue Apr  9 07:46:27 2019
New Revision: 1857147

URL: http://svn.apache.org/viewvc?rev=1857147&view=rev
Log:
No functional change

Updates main README.html

Modified:
    ofbiz/tools/wiki-files/README.html

Modified: ofbiz/tools/wiki-files/README.html
URL: http://svn.apache.org/viewvc/ofbiz/tools/wiki-files/README.html?rev=1857147&r1=1857146&r2=1857147&view=diff
==============================================================================
--- ofbiz/tools/wiki-files/README.html (original)
+++ ofbiz/tools/wiki-files/README.html Tue Apr  9 07:46:27 2019
@@ -1276,6 +1276,30 @@ it will download source packages availab
 <p><code>gradlew eclipse</code></p>
 </div>
 </div>
+<div class="sect3">
+<h4 id="package-and-distribute-ofbiz">Package and distribute OFBiz</h4>
+<div class="paragraph">
+<p>In order to deploy OFBiz on a target system and in particular in a production
+environment without requiring the target system to download Gradle and OFBiz
+dependencies from the internet, it is possible to generate an archive bundling
+OFBiz with all the Jars it depends on as a <code>tar</code> archive</p>
+</div>
+<div class="paragraph">
+<p><code>gradlew distTar</code></p>
+</div>
+<div class="paragraph">
+<p>or as a <code>zip</code> archive.</p>
+</div>
+<div class="paragraph">
+<p><code>gradlew distZip</code></p>
+</div>
+<div class="paragraph">
+<p>Those archives are available in the <code>build/distributions</code> directory.  To run
+OFBiz from those archive you must first unarchive them with <code>tar xf</code> or <code>unzip</code>
+and then from that directory you can run either <code>bin/ofbiz</code> shell script or
+<code>bin/ofbiz.bat</code> batch script with the appropriate ofbiz options.</p>
+</div>
+</div>
 </div>
 </div>
 </div>
@@ -1645,7 +1669,7 @@ Secure Sockets Extension) API</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-12-14 14:19:22 Paris, Madrid
+Last updated 2019-03-25 18:51:10 Paris, Madrid
 </div>
 </div>
 </body>