You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/07/08 08:35:01 UTC

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

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

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


The following commit(s) were added to refs/heads/release17.12 by this push:
     new ba15f2e  Improved: Adds information to install without the demo data
ba15f2e is described below

commit ba15f2ec77f3829d22f45c7e7aa41015ee550e69
Author: Jacques Le Roux <ja...@les7arts.com>
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