Getting Started (UNIX)

Prerequisites

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

(NOTE: After installing JDK, set JAVA_HOME)

Download Yanel

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

Install Yanel

Change to the directory which contains the source of Yanel and install it as follows:

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.

Misc

Also see the README.txt included by the source.

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.