svn commit: r1800133 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1800133 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

Sharan Foga
Author: sharan
Date: Wed Jun 28 08:45:02 2017
New Revision: 1800133

URL: http://svn.apache.org/viewvc?rev=1800133&view=rev
Log:
Improved:Developers page - fixed typo, added info stopping ofbiz details, updated external links

Modified:
    ofbiz/branches/ofbiz-new-website/developers.html
    ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1800133&r1=1800132&r2=1800133&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Wed Jun 28 08:45:02 2017
@@ -146,10 +146,10 @@
                 <div class="divider"><span></span></div>
  <ul class="iconsList">                  
   <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
-  <li><i class="icon-pin"></i> >Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
+  <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
+ </ul>
                  <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
-                </ul>
-               </div>
+                </div>
             </section>
     <section  id="DevDownld" class="slice row clearfix">
               <div class="span10">
@@ -160,7 +160,7 @@
  <p>Download your required version from one of our <a href="download.html">download mirrors</a> and extract the zip file </p>
  <h3>2. Checkout the Source Code</h3>
  <p>Checkout the source code from the repository</p>
- <p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</p>
+ <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>in the OFBiz public Subversion (SVN) repository.</p>
  <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
  <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
@@ -169,54 +169,65 @@
                </ul>
  </div>
             </section>
-
     <section  id="DevBldRun" class="slice row clearfix">
               <div class="span10">
                 <h2>Build and Run</h2>
                 <div class="divider"><span></span></div>
                 <p>Once you have downloaded the source code it will need to be built. The command to built.</p>
- <h3>Building 16.11 or the ofbiz-framework trunk</h3>
+ <h3>Building Release 16.11</h3>
  <p>Release 16.11  and our ofbiz-framework trunk uses Gradle as it's build system so the commands to build and run it are different to the previous releases. </p>
- <p>To build the trunk, navigate to the OFBiz or framework-trunk directory and;</p>
+ <p>To build 16.11 release,navigate to the OFBiz or framework-trunk directory and;</p>
  <p>Run the following command for Unix-like OS</p>
  <code>./gradlew cleanAll loadDefault</code><p></p>
  <p>Run the following command for MS Windows</p>
  <code>gradlew cleanAll loadDefault</code>
  <p></p>
+ <h3>Building the Trunk</h3>
+ <p>After the 16.11 release a minor change has been made to the Gradle build command for building OFBiz.</p>
+ <p>To build the trunk, navigate to the framework-trunk directory and;</p>
+ <p>Run the following command for Unix-like OS</p>
+ <code>./gradlew cleanAll loadAll</code><p></p>
+ <p>Run the following command for MS Windows</p>
+ <code>gradlew cleanAll loadAll</code>
+ <p></p>
  <h3>Starting and Running 16.11 or the ofbiz-framework trunk</h3>
  <p>To start OFBiz running locally, navigate to the trunk directory and;</p>
  <p>Run the following command for Unix-like OS</p>
  <code>./gradlew ofbiz</code><p></p>
  <p>Run the following command for MS Windows</p>
  <code>gradlew ofbiz</code>
- <p></p>
- <p><strong>NOTE</strong>: For further details and a full list of all available commands, please take a look at the readme.md file</p>
- <p></p>
+ <p></p>
  <p>To log into OFBiz, navigate with your browser to </p>
  <p><code>https://localhost:8443/accounting</code></p>
- <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
- <p><strong>NOTE:</strong> Please see our Wiki for details of running earlier releases</p>
+ <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
+ <h3>Stopping OFBiz</h3>
+ <p>To stop OFBiz running locally, open a command line terminal window and navigate to the OFBiz directory and;</p>
+ <p>Run the following command for Unix-like OS</p>
+ <code>./gradlew 'ofbiz --shutdown'</code><p></p>
+ <p>Run the following command for MS Windows</p>
+ <code>gradlew ofbiz --shutdown</code>
+ <p></p>
+ <p><strong>NOTE</strong>: That quotes are needed for the Unix based command. For further details and a full list of all available OFBiz Gradle commands, please take a look at the readme.md file</p>
+ <p></p>
             </div>
-            </section>
-            
+            </section>            
             <section  id="DevRepo" class="slice row clearfix">
               <div class="span10">
                 <h2>Browse Repository</h2>
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/"><strong>SVN - WebDAV</strong></a></li>
-    <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
+    <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
  </ul>
  <p></p>
-<p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
-<ul class="iconsList">
- <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework"><strong>ofbiz-framework trunk on Github</strong></a></li>
-<li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins"><strong>ofbiz-plugins trunk on Github</strong></a></li>
-</ul>
+ <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
+ <ul class="iconsList">
+   <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+   <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+ </ul>
             </div>
             </section>
-
     <section  id="DevTutorial" class="slice row clearfix">
               <div class="span10">
                 <h2>Development Tutorial</h2>
@@ -224,7 +235,7 @@
                 <p>To help you getting started we have put together a beginners OFBiz development tutorial to get familiar with with OFBiz.</p>
  <p>It covers the fundamentals of the OFBiz application development process. The goal of this tutorial is to acquaint a developer with best practices, coding conventions. the control flow and things that the developer needs to know in order to modify OFBiz</p>
  <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide"><strong>Developer Tutorial</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target=_blank"><strong>Developer Tutorial</strong></a></li>
  </ul>
             </div>
             </section>
@@ -234,14 +245,13 @@
                 <div class="divider"><span></span></div>
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
  <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"><strong>OFBiz Technical Documentation</strong></a></li>
-    <li><i class="icon-pin"></i> <a href="https://ci.apache.org/projects/ofbiz/site/javadocs/"><strong>OFBiz API Reference</strong></a></li>
-    <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo"><strong>Developer and Technical FAQs</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
+    <li><i class="icon-pin"></i> <a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
+    <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
  </ul>
  <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
             </div>
             </section>
-
     <section  id="DevDemo" class="slice row clearfix">
               <div class="span10">
                 <h2>Demo</h2>

Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1800133&r1=1800132&r2=1800133&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Wed Jun 28 08:45:02 2017
@@ -34,10 +34,10 @@
                 <div class="divider"><span></span></div>
  <ul class="iconsList">                  
   <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
-  <li><i class="icon-pin"></i> >Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
+  <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
+ </ul>
                  <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
-                </ul>
-               </div>
+                </div>
             </section>
     <section  id="DevDownld" class="slice row clearfix">
               <div class="span10">
@@ -48,7 +48,7 @@
  <p>Download your required version from one of our <a href="download.html">download mirrors</a> and extract the zip file </p>
  <h3>2. Checkout the Source Code</h3>
  <p>Checkout the source code from the repository</p>
- <p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</p>
+ <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>in the OFBiz public Subversion (SVN) repository.</p>
  <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
  <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
@@ -57,54 +57,65 @@
                </ul>
  </div>
             </section>
-
     <section  id="DevBldRun" class="slice row clearfix">
               <div class="span10">
                 <h2>Build and Run</h2>
                 <div class="divider"><span></span></div>
                 <p>Once you have downloaded the source code it will need to be built. The command to built.</p>
- <h3>Building 16.11 or the ofbiz-framework trunk</h3>
+ <h3>Building Release 16.11</h3>
  <p>Release 16.11  and our ofbiz-framework trunk uses Gradle as it's build system so the commands to build and run it are different to the previous releases. </p>
- <p>To build the trunk, navigate to the OFBiz or framework-trunk directory and;</p>
+ <p>To build 16.11 release,navigate to the OFBiz or framework-trunk directory and;</p>
  <p>Run the following command for Unix-like OS</p>
  <code>./gradlew cleanAll loadDefault</code><p></p>
  <p>Run the following command for MS Windows</p>
  <code>gradlew cleanAll loadDefault</code>
  <p></p>
+ <h3>Building the Trunk</h3>
+ <p>After the 16.11 release a minor change has been made to the Gradle build command for building OFBiz.</p>
+ <p>To build the trunk, navigate to the framework-trunk directory and;</p>
+ <p>Run the following command for Unix-like OS</p>
+ <code>./gradlew cleanAll loadAll</code><p></p>
+ <p>Run the following command for MS Windows</p>
+ <code>gradlew cleanAll loadAll</code>
+ <p></p>
  <h3>Starting and Running 16.11 or the ofbiz-framework trunk</h3>
  <p>To start OFBiz running locally, navigate to the trunk directory and;</p>
  <p>Run the following command for Unix-like OS</p>
  <code>./gradlew ofbiz</code><p></p>
  <p>Run the following command for MS Windows</p>
  <code>gradlew ofbiz</code>
- <p></p>
- <p><strong>NOTE</strong>: For further details and a full list of all available commands, please take a look at the readme.md file</p>
- <p></p>
+ <p></p>
  <p>To log into OFBiz, navigate with your browser to </p>
  <p><code>https://localhost:8443/accounting</code></p>
- <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
- <p><strong>NOTE:</strong> Please see our Wiki for details of running earlier releases</p>
+ <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
+ <h3>Stopping OFBiz</h3>
+ <p>To stop OFBiz running locally, open a command line terminal window and navigate to the OFBiz directory and;</p>
+ <p>Run the following command for Unix-like OS</p>
+ <code>./gradlew 'ofbiz --shutdown'</code><p></p>
+ <p>Run the following command for MS Windows</p>
+ <code>gradlew ofbiz --shutdown</code>
+ <p></p>
+ <p><strong>NOTE</strong>: That quotes are needed for the Unix based command. For further details and a full list of all available OFBiz Gradle commands, please take a look at the readme.md file</p>
+ <p></p>
             </div>
-            </section>
-            
+            </section>            
             <section  id="DevRepo" class="slice row clearfix">
               <div class="span10">
                 <h2>Browse Repository</h2>
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/"><strong>SVN - WebDAV</strong></a></li>
-    <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
+    <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
  </ul>
  <p></p>
-<p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
-<ul class="iconsList">
- <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework"><strong>ofbiz-framework trunk on Github</strong></a></li>
-<li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins"><strong>ofbiz-plugins trunk on Github</strong></a></li>
-</ul>
+ <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
+ <ul class="iconsList">
+   <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+   <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+ </ul>
             </div>
             </section>
-
     <section  id="DevTutorial" class="slice row clearfix">
               <div class="span10">
                 <h2>Development Tutorial</h2>
@@ -112,7 +123,7 @@
                 <p>To help you getting started we have put together a beginners OFBiz development tutorial to get familiar with with OFBiz.</p>
  <p>It covers the fundamentals of the OFBiz application development process. The goal of this tutorial is to acquaint a developer with best practices, coding conventions. the control flow and things that the developer needs to know in order to modify OFBiz</p>
  <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide"><strong>Developer Tutorial</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target=_blank"><strong>Developer Tutorial</strong></a></li>
  </ul>
             </div>
             </section>
@@ -122,14 +133,13 @@
                 <div class="divider"><span></span></div>
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
  <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"><strong>OFBiz Technical Documentation</strong></a></li>
-    <li><i class="icon-pin"></i> <a href="https://ci.apache.org/projects/ofbiz/site/javadocs/"><strong>OFBiz API Reference</strong></a></li>
-    <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo"><strong>Developer and Technical FAQs</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
+    <li><i class="icon-pin"></i> <a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
+    <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
  </ul>
  <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
             </div>
             </section>
-
     <section  id="DevDemo" class="slice row clearfix">
               <div class="span10">
                 <h2>Demo</h2>