Getting Started (Windows)
Prerequisites
Download and install Java Development Kit version 1.5 or higher (http://java.sun.com, e.g. J2SE SDK v 1.5.0_06)
(NOTE: After installing JDK, do set JAVA_HOME)
Download Yanel
Download Yanel source code.
Install Yanel
Install from source:
- Start a new Command Shell "cmd" (Start - > Execute and enter "cmd")
- Change into Yanel source directory (e.g. cd C:\....\yanel-trunk)
- Run script "configure.bat"
- Run script "build.bat"
- Run script "yanel.bat start" (or "start-yanel.bat") to start Yanel as a server
- (Run script "yanel.bat stop" (or "stop-yanel.bat") to stop Yanel as a server)
Use Yanel
Start your prefered Browser, enter the URL http://localhost:8080/yanel/ and start using Yanel either as author, integrator or developer.
To edit pages served by Yanel one should install Yulup.

