Versions Compared

Key

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

...

  1. Install Java SDK
    1. The current stable release (16.11) needs Java 1.8 as a minimum
    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
    1. You can download the latest stable release via the following link (ADD link to Download)

  3. Building and Starting OFBiz
    1. Extract the downloaded zip file
    2. Open a terminal and navigate into the newly created directory
    3. If you are using Linux enter the following at the command line

      Code Block
      ./gradlew loadDefault ofbiz

      If you are using Windows then enter the following at the command line

      NOTE:
      Code Block
      gradlew loadDefault ofbiz
      Info

      This command will build OFBiz, load the demo data and also start OFBiz running.

       

       

  4. Logging into the BackEnd Applications
  5. Logging into the E-Commerce Stores
  6. Stopping OFBiz

...