[ofbiz-framework] branch release18.12 updated: Improved: Adds information to install without the demo data

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release18.12 updated: Improved: Adds information to install without the demo data

jleroux@apache.org
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 c5ba62e  Improved: Adds information to install without the demo data
c5ba62e is described below

commit c5ba62e3e044be90e746c5705170ae0484cb5227
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Jul 8 10:21:24 2020 +0200

    Improved: Adds information to install without the demo data
---
 INSTALL | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/INSTALL b/INSTALL
index 6327120..4670969 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,6 +36,16 @@ _______________________________________________________________________________
 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)
+
+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."
+
 === Start OFBiz:
 
 MS Windows: gradlew ofbiz