Skip to content

Files

Latest commit

227d214 · May 16, 2016

History

History
This branch is 52 commits behind DorsetProject/dorset-demos:master.

web

Web Demo

This demo uses Dorset's web api to create a web application. It uses an embedded Jetty web server to serve the pages to your web browser.

Build

A deployable and executable war is built with:

mvn clean package

Run

Launch the web application by running:

./run.sh

and then visiting http://localhost:8888/ with your web browser. Optionally, you can specify the port with

./run.sh [port]