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 18:32:06 UTC

[ofbiz-site] branch master updated: Improved: business-users pages of ofbiz website

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d90a7fb  Improved: business-users pages of ofbiz website
     new 2d3475f  Merge branch 'master' of https://gitbox.apache.org/repos/asf/ofbiz-site
d90a7fb is described below

commit d90a7fb04c9e0509a21c09338b45f08b3bf68226
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Wed Jul 8 20:30:54 2020 +0200

    Improved: business-users pages of ofbiz website
    
    Changes "build and install" section to refer to the INSTALL texte file
---
 business-users.html                  | 16 +++-------------
 template/page/business-users.tpl.php | 16 +++-------------
 2 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/business-users.html b/business-users.html
index 7660e6e..57ccf5b 100644
--- a/business-users.html
+++ b/business-users.html
@@ -285,19 +285,9 @@
                  <p>Once you have downloaded OFBiz it needs to be built before you can run it. To build OFBiz and start it running, you will need to:</p>
     <ul class="iconsList">
         <li><i class="icon-pin"></i>open a command line window and;</li>
-        <li><i class="icon-pin"></i> navigate to the OFBiz directory then:</li>
-    </ul>
-    <p>Run the following command for Unix-like OS</p>
-    <code>./gradlew loadDefault ofbiz</code>
-    <p></p>
-       <p>Run the following command for Windows</p>
-    <code>gradlew loadDefault ofbiz</code>
-    <p></p>
-    <p><strong>NOTE</strong>: It is completely normal for the command line window to remain active while OFBiz is running (e.g at 91%).</p>
-    <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code><a href="https://localhost:8443/accounting">https://localhost:8443/accounting</a></code></p>
-    <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
-    <p><strong>NOTE:</strong> These commands will build OFBiz and include demo data. For further details of how to build OFBiz without any demo data and a full list of all available commands, please take a look at the readme.md file</p>
+        <li><i class="icon-pin"></i>navigate to the OFBiz directory then.</li>
+        <li><i class="icon-pin"></i>Open the INSTALL text file and follow the directives.</li>
+    
     </div>
             </section>
             
diff --git a/template/page/business-users.tpl.php b/template/page/business-users.tpl.php
index 6e5723a..0031434 100644
--- a/template/page/business-users.tpl.php
+++ b/template/page/business-users.tpl.php
@@ -187,19 +187,9 @@
                  <p>Once you have downloaded OFBiz it needs to be built before you can run it. To build OFBiz and start it running, you will need to:</p>
     <ul class="iconsList">
         <li><i class="icon-pin"></i>open a command line window and;</li>
-        <li><i class="icon-pin"></i> navigate to the OFBiz directory then:</li>
-    </ul>
-    <p>Run the following command for Unix-like OS</p>
-    <code>./gradlew loadDefault ofbiz</code>
-    <p></p>
-       <p>Run the following command for Windows</p>
-    <code>gradlew loadDefault ofbiz</code>
-    <p></p>
-    <p><strong>NOTE</strong>: It is completely normal for the command line window to remain active while OFBiz is running (e.g at 91%).</p>
-    <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code><a href="https://localhost:8443/accounting">https://localhost:8443/accounting</a></code></p>
-    <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
-    <p><strong>NOTE:</strong> These commands will build OFBiz and include demo data. For further details of how to build OFBiz without any demo data and a full list of all available commands, please take a look at the readme.md file</p>
+        <li><i class="icon-pin"></i>navigate to the OFBiz directory then.</li>
+        <li><i class="icon-pin"></i>Open the INSTALL text file and follow the directives.</li>
+    
     </div>
             </section>