From f95f43ad5621ac515bc4ea12b31d51d14c4bf347 Mon Sep 17 00:00:00 2001 From: fooflington Date: Sun, 18 Dec 2016 21:06:43 +0000 Subject: [PATCH] Create README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6d47e1 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Wordsearch +========== + +Compiling +--------- + +A simple ```Makefile``` is provided: + +``` +$ make +``` + +Once built, you need to make a "war" file to deploy to your J2EE container (tested on Tomcat) + +``` +$ cd war && jar cfv ../wordsearch.war . +``` + +Then deploy your war file :-)