Author: jacopoc
Date: Sun Feb 26 10:01:35 2012
New Revision: 1293796
URL:
http://svn.apache.org/viewvc?rev=1293796&view=revLog:
Cleaned up and refactored the right box in the download page with quick start instructions.
Modified:
ofbiz/site/download.html
Modified: ofbiz/site/download.html
URL:
http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1293796&r1=1293795&r2=1293796&view=diff==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Sun Feb 26 10:01:35 2012
@@ -64,34 +64,24 @@
<div id="main">
<h2>Download Apache OFBiz™</h2>
<div class="insert">
- <h4>What To Expect From Apache OFBiz</h4>
- <ul >
- <li>Apache OFBiz is an open source enterprise automation software.</li>
- <li>Includes all Apache OFBiz source code and project artifacts.</li>
- <li>All the scripts necessary to build your own instance.</li>
- <li>
- All the seed, demo and other data necessary to get Apache OFBiz demos and the
- Framework up and running with one easy to execute command.
- </li>
- </ul>
- <h4>What You Will Need To Do To Get Apache OFBiz Running</h4>
+ <h4>Quick start</h4>
<ul>
- <li>Make sure you have a Java 1.6 (minimum) SDK installed.</li>
- <li>
- Once your distribution is unpacked, navigate to the install directory and run
- from the command line:
+ <li>Java 1.6 (minimum) SDK</li>
+ <li>unpack the release file and go into the newly created directory</li>
+ <li>using the command line build the system (with demo data) and run it with the following command:
</li>
<li style="list-style: none">
- <h5>./ant run-install run (on Linux and like)<br />
- ant run-install run (on Windows)</h5>
+ <h5>./ant run-install run</h5> (on Linux and like)
+ <h5>.\ant run-install run</h5> (on Windows)
</li>
- <li>
- Enjoy!
- </li>
- <li>PS: Let Us Know How We Are Doing - <a href="
https://cwiki.apache.org/OFBADMIN/mailing-lists.html" target="_blank">Join The User's Mailing List</a></li>
+ <li>point your browser to
http://localhost:8080/catalog and login with username "admin" and password "ofbiz"</li>
+ <li>refer to the README file for further details
</ul>
</div>
<p>
+Apache OFBiz is an open source enterprise automation software project. By enterprise automation we mean:
+ERP, CRM, E-Business / E-Commerce, MRP, SCM, CMMS/EAM, and so on.
+<br/>
Use the links below to download Apache OFBiz releases from the "Apache Download Mirrors" page; in that page you'll also
find instructions on how to verify the integrity of the release file using the signature and hashes (PGP, MD5, SHA512) available for each release.