Skip to content

Getting Started

nmaster edited this page Jun 21, 2011 · 5 revisions

On this page we describe how to build, configure, and run WXG.

Prerequisites

  • for running WXG, an installed Java Runtime Environment is required.
  • for building WXG, an installed Java SDK is required.
  • for performing automated builds of WXG, an installation of Apache Ant (http://ant.apache.org/) is required to run the bundled build script.

Check-out and build WXG

Perform the following steps to build WXG:

  1. check out a copy of the git repository from github

    git clone git@github.com:hocken/wxg

  2. change to the root directory of the WXG working copy

    cd wxg

  3. perform an automated build using Apache Ant

    ant

The result of the building process is a JAR file wxg.jar

Configure WXG

Perform the following steps to configure WXG:

  1. change to the conf directory relative to the WXG root directory

    cd ${WXG_HOME}/conf

  2. edit the configuration file "server.xml" to your needs

All configurable parameters are documented in the configuration file.

Run WXG

Perform the following steps to run WXG:

  1. change to the WXG root directory

    cd ${WXG_HOME}/conf

  2. run WXG

    java -jar wxg.jar

Clone this wiki locally