[Yanel-commits] rev 47456 - public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix

michi at wyona.com michi at wyona.com
Thu Feb 4 23:48:15 CET 2010


Author: michi
Date: 2010-02-04 23:48:15 +0100 (Thu, 04 Feb 2010)
New Revision: 47456

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml
Log:
getting started improved

Modified: public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml	2010-02-04 22:29:22 UTC (rev 47455)
+++ public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml	2010-02-04 22:48:15 UTC (rev 47456)
@@ -20,7 +20,7 @@
 <p>Download and install Java Development Kit version 1.6 or higher (e.g. <a href="http://java.sun.com/" target="_blank">http://java.sun.com</a>)</p>
 <p>(NOTE: After installing JDK, set JAVA_HOME)</p>
 <h2>Download Yanel<br /></h2>
-<p>Download Yanel <!--either --><a href="../../download/source-repository.html">source code</a><!-- or as <a href="../download.html" mce_href="../download.html">binary</a>-->.</p>
+<p>Download Yanel source code either from the <a href="../../download/source-repository.html">subversion repository</a> or as <a href="../../en/download/unix.html">snapshot</a>.</p>
 <h2>Install Yanel</h2>
 <!--
 <p>Install the binary:</p>
@@ -31,14 +31,21 @@
 </ul>
 -->
 <p>Install from source:</p>
+Either
 <ul>
-<li>Run script "./configure.sh"</li>
-<li>Run script "./build.sh"</li>
+  <li>Run script "./build.sh quick-start"</li>
+</ul>
+or at length
+<ul>
+  <li>Run script "./configure.sh"</li>
+  <li>Run script "./build.sh"</li>
+</ul>
+<h2>Run and use Yanel</h2>
+<ul>
 <li>Run script "./yanel.sh start" to start Yanel as a server</li>
 <li>(Run script "./yanel.sh stop" to stop Yanel as a server)</li>
 </ul>
-<h2>Use Yanel</h2>
 <p>Start your prefered Browser, enter the URL http://localhost:8080/yanel/ and start using Yanel either as author, integrator or developer.</p>
 <p>To edit pages served by Yanel one can also use third-party editing tools such as for example <a href="http://www.yulup.org">Yulup</a>.</p>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list