This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 0176270d88d2f30039a0bf11316c659d0805f89d Author: Jacques Le Roux <jacques.le.r...@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