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

michi at wyona.com michi at wyona.com
Wed Jan 31 10:44:59 CET 2007


Author: michi
Date: 2007-01-31 10:44:58 +0100 (Wed, 31 Jan 2007)
New Revision: 22299

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

Modified: public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml	2007-01-31 09:07:06 UTC (rev 22298)
+++ public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml	2007-01-31 09:44:58 UTC (rev 22299)
@@ -15,31 +15,14 @@
 </head>
 
 <body>
-
 <h1>Getting Started</h1>
-
-
-
 <h2>Prerequisites</h2>
-
-<p>
-
-Java Development Kit version 1.4.2 or higher (<a target="_blank" href="http://java.sun.com/">http://java.sun.com</a>, e.g. J2SE SDK v 1.4.2_12)</p><p>(NOTE: After installing JDK, do set JAVA_HOME)<br/></p>
-
-
-
+<p>Download and install Java Development Kit version 1.4.2 or higher (<a target="_blank" href="http://java.sun.com/">http://java.sun.com</a>, e.g. J2SE SDK v 1.4.2_12)</p><p>(NOTE: After installing JDK, do set JAVA_HOME)<br/></p>
 <h2>Download Yanel</h2>
-
 <p>
-
-Download Yanel <!--either -->as <a href="../download/source-repository.html">source</a><!-- or as <a href="../download.html">binary</a>-->.
-
+Download Yanel <!--either --><a href="../download/source-repository.html">source code</a><!-- or as <a href="../download.html">binary</a>-->.
 </p>
-
-
-
 <h2>Install Yanel</h2>
-
 <!--
 
 <p>
@@ -59,56 +42,27 @@
 </ul>
 
 -->
-
-
-
 <p>
-
 Install from source:
-
 </p>
-
 <ul>
-
-<li>configure</li>
-
-<li>build</li>
-
-<li>yanel (start/stop)</li>
-
+<li>Start a new Command Shell &quot;cmd&quot; (Start - &gt; Execute and enter &quot;cmd&quot;)<br/></li><li>Change into Yanel source directory (e.g. cd C:\....\yanel-trunk)</li><li>Run script &quot;configure.bat&quot;</li>
+<li>Run script &quot;build.bat&quot;</li>
+<li>Run script &quot;yanel.bat start&quot; to start Yanel as a server<br/></li><li>(Run script &quot;yanel.bat stop&quot; to stop Yanel as a server)</li>
 </ul>
 
-
-
-
-
 <h2>Use Yanel</h2>
-
-<p>
-
-Browse to http://127.0.0.1:8080/yanel/ and use Yanel either as author, integrator or developer.
-
+<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 should install <a href="http://www.yulup.org">Yulup</a>.
-
 </p>
-
-
-
 <h2>Patch Yanel</h2>
-
 <p>
 </p><ul>
-
 <li>Download patch exec for <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">Windows</a></li>
 <li>start -&gt; Control Panel -&gt; System -&gt; Advanced -&gt; Environment Variables -&gt; Edit Use Variable Path (...;C:\Program Files\GnuWin32\bin</li>
 <li>start -&gt; Run -&gt; cmd -&gt; patch --help</li>
 </ul>
-
-
-
 </body>
 </html>
\ No newline at end of file




More information about the Yanel-commits mailing list