-
Notifications
You must be signed in to change notification settings - Fork 9
Getting Started
nmaster edited this page Jun 21, 2011
·
5 revisions
On this page we describe how to build, configure, and run WXG.
- 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.
Perform the following steps to build WXG:
-
check out a copy of the git repository from github
git clone git@github.com:hocken/wxg
-
change to the root directory of the WXG working copy
cd wxg
-
perform an automated build using Apache Ant
ant
The result of the building process is a JAR file wxg.jar
Perform the following steps to configure WXG:
-
change to the conf directory relative to the WXG root directory
cd ${WXG_HOME}/conf
-
edit the configuration file "server.xml" to your needs
All configurable parameters are documented in the configuration file.
Perform the following steps to run WXG:
-
change to the WXG root directory
cd ${WXG_HOME}/conf
-
run WXG
java -jar wxg.jar