Author: deepak
Date: Mon Sep 4 12:55:45 2017
New Revision: 1807218
URL:
http://svn.apache.org/viewvc?rev=1807218&view=revLog:
Corrected sequence of data load and start ofbiz command for business-users page.
Modified:
ofbiz/site/README.md
ofbiz/site/business-users.html
ofbiz/site/template/page/business-users.tpl.php
Modified: ofbiz/site/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/site/README.md?rev=1807218&r1=1807217&r2=1807218&view=diff==============================================================================
--- ofbiz/site/README.md (original)
+++ ofbiz/site/README.md Mon Sep 4 12:55:45 2017
@@ -24,4 +24,5 @@ If change is done to the header or foote
`php template/html.tpl.php template/page/our-users.tpl.php >our-users.html `
`php template/html.tpl.php template/page/service-providers.tpl.php > service-providers.html `
`php template/html.tpl.php template/page/source-repositories.tpl.php > source-repositories.html`
-`php template/html.tpl.php template/page/user-stories.tpl.php > user-stories.html`
+`php template/html.tpl.php template/page/user-stories.tpl.php > user-stories.html`
+`php template/html.tpl.php template/page/404.tpl.php > 404.html`
Modified: ofbiz/site/business-users.html
URL:
http://svn.apache.org/viewvc/ofbiz/site/business-users.html?rev=1807218&r1=1807217&r2=1807218&view=diff==============================================================================
--- ofbiz/site/business-users.html (original)
+++ ofbiz/site/business-users.html Mon Sep 4 12:55:45 2017
@@ -291,10 +291,10 @@
<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 ofbiz loadDefault</code>
+ <code>./gradlew loadDefault ofbiz</code>
<p></p>
<p>Run the following command for Windows</p>
- <code>gradlew ofbiz loadDefault</code>
+ <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>
Modified: ofbiz/site/template/page/business-users.tpl.php
URL:
http://svn.apache.org/viewvc/ofbiz/site/template/page/business-users.tpl.php?rev=1807218&r1=1807217&r2=1807218&view=diff==============================================================================
--- ofbiz/site/template/page/business-users.tpl.php (original)
+++ ofbiz/site/template/page/business-users.tpl.php Mon Sep 4 12:55:45 2017
@@ -190,10 +190,10 @@
<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 ofbiz loadDefault</code>
+ <code>./gradlew loadDefault ofbiz</code>
<p></p>
<p>Run the following command for Windows</p>
- <code>gradlew ofbiz loadDefault</code>
+ <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>