Building and installing

Building from sources

Requirements

  1. Copy source directory to a directory with write access
  2. In copied directory run
    ant dist

  3. Directory dist containing all necessary distribution files and documentation will be created.

Installation

If you want to install from binary distribution, please get get and follow binary installation instructions. When installing from sources
  1. First build projects following build instructions
  2. Copy all files and directories from dist directory created while building to preferred locations

Running

Requirements

Run e-Learning Designer with command

java -jar Designer.jar

from directory where distribution files are.