You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/10 14:35:27 UTC

svn commit: r1866753 - /syncope/site/building.html

Author: ilgrosso
Date: Tue Sep 10 14:35:26 2019
New Revision: 1866753

URL: http://svn.apache.org/viewvc?rev=1866753&view=rev
Log:
[SYNCOPE-1492] Publish updated website

Modified:
    syncope/site/building.html

Modified: syncope/site/building.html
URL: http://svn.apache.org/viewvc/syncope/site/building.html?rev=1866753&r1=1866752&r2=1866753&view=diff
==============================================================================
--- syncope/site/building.html (original)
+++ syncope/site/building.html Tue Sep 10 14:35:26 2019
@@ -281,7 +281,8 @@
 <ul>
 <li><a href="#Glassfish">Glassfish</a></li>
 <li><a href="#Payara">Payara</a></li>
-<li><a href="#Wildfly">Wildfly</a></li></ul></li></ul></li>
+<li><a href="#Wildfly">Wildfly</a></li></ul></li>
+<li><a href="#Elasticsearch">Elasticsearch</a></li></ul></li>
 <li><a href="#fit.2Fconsole-reference">fit/console-reference</a>
 <ul>
 <li><a href="#Debug">Debug</a></li>
@@ -320,20 +321,31 @@
 <h3><a name="Additional_tools"></a>Additional tools</h3>
         
 <p>
-          The <a class="externalLink" href="http://www.gnu.org/software/patch/patch.html">patch</a> program is needed.<br />
-          
+          The <a class="externalLink" href="http://www.gnu.org/software/patch/patch.html">patch</a> program is needed.
+        </p>
+        
+<p>
           For Debian GNU / Linux and derivatives (as Ubuntu), install with
           </p>
 <div class="source"><pre class="prettyprint">sudo apt install patch</pre></div>
+        
+        
+<p>
           On RPM yum style GNU / Linux systems, install with:
-          
+          </p>
 <div class="source"><pre class="prettyprint">sudo yum install patch</pre></div>
+        
+        
+<p>
           On RPM dnf style GNU / Linux systems, install with:
-          
+          </p>
 <div class="source"><pre class="prettyprint">sudo dnf install patch</pre></div>
+        
+        
+<p>
           On Windows you can find it in several distributions including
           <a class="externalLink" href="http://gnuwin32.sourceforge.net/packages/patch.htm">GNUWin32</a>
-                
+        </p>        
       </div>      
     </div>   
 
@@ -480,6 +492,11 @@
         </div>
 <div class="section">
 <h4><a name="DBMSes"></a>DBMSes</h4>
+        
+<div class="alert alert-warning">
+          
+<p>The build profiles enlisted below require <a class="externalLink" href="https://www.docker.com/">Docker</a> to work.</p>
+        </div>
 
         
 <div class="section">
@@ -545,7 +562,20 @@
         <a class="externalLink" href="http://www.wildfly.org">Wildfly</a> via
         
 <div class="source"><pre class="prettyprint">$ mvn -Pwildfly-it</pre></div>
-      </div></div></div>
+        
+        </div></div>
+<div class="section">
+<h4><a name="Elasticsearch"></a>Elasticsearch</h4>
+        
+<div class="alert alert-warning">
+          
+<p>This build profile require <a class="externalLink" href="https://www.docker.com/">Docker</a> to work.</p>
+        </div>
+
+        Perform the full test suite relying on a real <a class="externalLink" href="https://www.elastic.co/">Elasticsearch</a> instance via
+        
+<div class="source"><pre class="prettyprint">$ mvn -Pelasticsearch-it</pre></div>
+      </div></div>
       
       
 <div class="section">
@@ -585,8 +615,7 @@
 <p>
           Once started in debug mode, the test cases can be executed as follows:
           </p>
-<div class="source"><pre class="prettyprint">$ cd target/enduser-test
-            $ nodejs/node/node nodejs/bin/protractor protractor-conf.js</pre></div>
+<div class="source"><pre class="prettyprint">$ cd target/enduser-test &amp;&amp; nodejs/node/node nodejs/bin/protractor protractor-conf.js</pre></div>
           where the actual tests to be run can be selected by modifying the <tt>protractor-conf.js</tt> content.