Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Step-by-step guide

The main steps for installing OFBiz locally are as follows:

  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

       

      ./gradlew "ofbiz ‐‐load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin
      

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


       

      gradlew ofbiz ‐‐load-data readers=seed,seed-initial loadAdminUserLogin -PuserLoginId=admin
      

       

      This command will build OFBiz and load the seed data and create the admin user that you can use to login.

      Check if OFBiz is started or need to run start......////

       

  4. Logging into the Back End Applications
    1. Open your browser
    2. In the URL address bar enter https://localhost:8443/accounting
    3. The OFBiz login screen will be displayed
    4. Enter "admin" as the username and "ofbiz" as the password (NOTE: This user was created in the previous step)
    5. The OFBiz Accounting Manager application screen will be displayed
    6. You have now logged into OFBiz and can now navigate and use any of the back end applications (NOTE: The OFBiz install will be empty, there will be no chart of accounts, no transactions, no products, no customers and no suppliers)

  5. Logging into the E-Commerce Store
    1. DONT THINK THERE IS ECOMMERCE STORE IF SEED DATA LOADED AS IS A DEMO. CHECK!!! (
    2. In the URL address bar enter https://localhost:8443/ecommerce


  6. Stopping OFBiz
    1. Open another terminal and navigate to the ofbiz directory
    2. If you are using Linux enter the following at the command line

       

      ./gradlew "ofbiz --shutdown"

       

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


       

Step-by-step guide

 

  • No labels