Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main steps for installing OFBiz locally are as follows:

  1. Install Java SDK
    1. The current stable release (13.07) needs a minimum of Java 7 ( NOTE: 14.12 will need a minimum of Java 8!)
    2. If you do not have Java installed then you can download it from here (ADD Link to Java for download)

  2. Download the latest stable release (ADD link to download)
    1. NOTE: Optional - If you have Apache Subversion installed then instead of just downloading the stable release you can checkout the code from the OFBiz repository. 

      To do this you can run the following

...

    1. command:

      Code Block
      $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release.ofbiz13.07 ofbiz.13.07

 

 

if you hava a

The main technical requirement is that you have Java SDK installed. The current stable release (13.07) needs a minimum of Java 7 ( NOTE: 14.12 will need a minimum of Java 8!)

If you do not have Java installed then you can download it from here (ADD Link to Java for download)

 

 

You can install it onto a server if you want multiple people to have access to the instance

 

 

...

  1. Building OFBiz
    1. OFBiz comes with Apache Ant included and Ant is used to build OFBiz.
    2. To build OFBiz navigate into the ofbiz directory and then run the following command

      Code Block
      $ ./ant load-demo
    3. NOTE: This will build OFBiz using Ant that is included and it will also load the demo data

  2. Starting OFBiz
  3. Logging into the e-commerce store
  4. Logging into the backend applications
  5. Stopping OFBiz

NOTE: Optional - If you have Apache Subversion installed then instead of just downloading the stable release you can checkout the code from the OFBiz repository. 

To do this you can run the following command:

Code Block
$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release.ofbiz13.07 ofbiz.13.07

 

  1. Download the latest stable release (ADD link to download)