This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 355543ee8f Improved: Installation documentation (OFBIZ-13207)
355543ee8f is described below

commit 355543ee8fc963a3d66def1a97c5bba3f2ac3741
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 8 12:28:26 2025 +0100

    Improved: Installation documentation (OFBIZ-13207)
    
    It was obvious to me but better make that hyper-clear:
    
    If you use one or several plugins all must be of the same version than the
    framework.
    
    Thanks: Steve for asking
    
    Conflicts handled by hand and updated to current trunk version
---
 INSTALL | 52 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 21 deletions(-)

diff --git a/INSTALL b/INSTALL
index 5472b1fec7..00ca356cb3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,59 +10,69 @@ version 8 installed on your system (not just the JRE, but 
the full JDK) which
 you can download from the below link. Make sure of setting the $JAVA_HOME
 environment variable.
 
-https://adoptopenjdk.net/[JDK download]
+Warning: on Windows don't put OFBiz in a directory with space/s in the path.
 
+for JDK download : https://adoptopenjdk.net/
 
-== Quick start
+
+Quick start
 
 To quickly install and fire-up OFBiz, please follow the below instructions from
 the command line at the OFBiz top level directory (folder).
 
-=== Download the Gradle wrapper:
+    Download the Gradle wrapper:
 
-MS Windows: init-gradle-wrapper
-Unix-like OS: ./gradle/init-gradle-wrapper
+        MS Windows: init-gradle-wrapper
+        Unix-like OS: ./gradle/init-gradle-wrapper
 
+        The OFBiz specific Gradle tasks are listed using "gradlew tasks"
 
-=== Prepare OFBiz:
+    Prepare OFBiz:
 
-==== Clean system and load the complete OFBiz data
+         Clean system and load the complete OFBiz data
 _______________________________________________________________________________
 Note: Depending on your Internet connection speed it might take a long time
 for this step to complete if you are using OFBiz for the first time as it needs
 to download all dependencies. So please be patient!
 _______________________________________________________________________________
 
-MS Windows: gradlew cleanAll loadAll
-Unix-like OS: ./gradlew cleanAll loadAll
+            MS Windows: gradlew cleanAll loadAll
+            Unix-like OS: ./gradlew cleanAll loadAll
 
-=====Note:
-As the later step, to install without the demo data follow:
-(beware this is for development or production, not trying)
+            
_______________________________________________________________________________
+            Note:
+            As a later step, to install without the demo data follow:
+            (beware this is for development or production, not trying)
 
-Windows: gradlew cleanAll "ofbiz --load-data readers=seed,seed-initial" 
loadAdminUserLogin -PuserLoginId=admin
-Unix-like OS: ./gradlew cleanAll "ofbiz --load-data readers=seed,seed-initial" 
loadAdminUserLogin -PuserLoginId=admin
+            Windows: gradlew cleanAll "ofbiz --load-data 
readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin
+            Unix-like OS: ./gradlew cleanAll "ofbiz --load-data 
readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin
 
-The OFBiz install will be empty, there will be no chart of accounts, no 
transactions, no products, no customers and no suppliers.
-You can't log to the E-Commerce Store. You will get: "A Product Store has not 
been defined for this ecommerce site. A Product Store can be created using the 
ofbizsetup wizard."
+            The OFBiz install will be empty, there will be no chart of 
accounts, no transactions, no products, no customers and no suppliers.
+            You can't log to the E-Commerce Store.
+            You will get: "A Product Store has not been defined for this 
ecommerce site.
+            A Product Store can be created using the ofbizsetup wizard."
+            
_______________________________________________________________________________
 
-=== Start OFBiz:
+    Start OFBiz:
 
-MS Windows: gradlew ofbiz
-Unix-like OS: ./gradlew ofbiz
+        MS Windows: gradlew ofbiz
+        Unix-like OS: ./gradlew ofbiz
 
 _______________________________________________________________________________
 Note: Ignore the % progress indicator because this task does not end as long
 as OFBiz is running.
 _______________________________________________________________________________
 
-=== Visit OFBiz through your browser:
+    Visit OFBiz through your browser:
     https://localhost:8443/webtools
 
+
     If you are interested by the ecommerce plugins get to:
     https://localhost:8443/ecomseo
 
-== Going further
+    Note that if you use one or several plugins all must be of the same 
version than the framework.
+
+Going further
 To complete your installation and use OFBiz please read README.adoc
 You may prefer to read this AsciiDoc file in HTML format.
 For that simply follow:

Reply via email to