Getting Started (UNIX)

Prerequisites

Download and install Java Development Kit version 1.6 or higher (e.g. http://java.sun.com)

(NOTE: After installing JDK, set JAVA_HOME)

Download Yanel

Download Yanel source code either from the subversion repository or as snapshot.

Install Yanel

Install from source:

Either
  • Run script "./build.sh quick-start"
or at length
  • Run script "./configure.sh"
  • Run script "./build.sh"

Run and use Yanel

  • Run script "./yanel.sh start" to start Yanel as a server
  • (Run script "./yanel.sh stop" to stop Yanel as a server)

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 can also use third-party editing tools such as for example Yulup.



Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.