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 e1f42f4b8545fec6c4b9c6bed90e3f5fadcb666f Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Jul 10 15:19:54 2020 +0200 Improved: Format INSTALL as a standard texte file rather than an AsciiDoc file --- INSTALL | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/INSTALL b/INSTALL index 4670969..647f59c 100644 --- a/INSTALL +++ b/INSTALL @@ -3,7 +3,7 @@ is an Enterprise Resource Planning (ERP) System written in Java and houses a large set of libraries, entities, services and features to run all aspects of your business. -== System requirements +System requirements The only requirement to run OFBiz is to have the Java Development Kit (JDK) version 8 installed on your system (not just the JRE, but the full JDK) which @@ -13,54 +13,58 @@ environment variable. https://adoptopenjdk.net/[JDK download] -== 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 -=== 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 + https://localhost:8443/webtools -== Going further +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: