Get Started
Build
WWSK uses Apache Maven for a build system. To build WWSK and its dependencies, run maven from the root of the WWSK repository:
$ mvn clean install
Run
Depending on your personal preference, there are several ways to run WWSK.
- Deploy a standalone WWSK distribution
- Deploy a WAR file
- Run in NetBeans
- Run in Jetty from Maven
- Deploy a binary distribution
Detailed instructions for each of these options are available on GitHub.